Skip to content

Instantly share code, notes, and snippets.

@jdauphant
Last active August 29, 2015 13:55
Show Gist options
  • Select an option

  • Save jdauphant/8777228 to your computer and use it in GitHub Desktop.

Select an option

Save jdauphant/8777228 to your computer and use it in GitHub Desktop.

Revisions

  1. jdauphant revised this gist Feb 3, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,9 @@ nginx_sites:
    - server:
    file_name: bar
    vars:
    - listen 9090;
    - server_name ansible;
    - root "/tmp/site2";
    - listen 9090
    - server_name ansible
    - root "/tmp/site2"
    - location / {
    try_files $uri $uri/ /index.html;
    }
  2. jdauphant created this gist Feb 3, 2014.
    10 changes: 10 additions & 0 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    nginx_sites:
    - server:
    file_name: bar
    vars:
    - listen 9090;
    - server_name ansible;
    - root "/tmp/site2";
    - location / {
    try_files $uri $uri/ /index.html;
    }