Skip to content

Instantly share code, notes, and snippets.

@sfarkas1988
Created May 13, 2015 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfarkas1988/3cde47d27f092ab19a38 to your computer and use it in GitHub Desktop.
Save sfarkas1988/3cde47d27f092ab19a38 to your computer and use it in GitHub Desktop.
nxv_ctd9a7obyfx1:
server_name: awesome.com
server_aliases:
- www.awesome.com
www_root: /var/www/awesome/web
listen_port: '80'
index_files:
- index.html
- index.htm
- index.php
- app_dev.php
client_max_body_size: 1m
ssl: '0'
ssl_cert: ''
ssl_key: ''
ssl_port: '443'
ssl_protocols: ''
ssl_ciphers: ''
rewrite_to_https: '1'
spdy: '1'
locations:
nxvl_aj0p9lnhdxdf:
location: /
autoindex: off
try_files:
- $uri
- $uri/
- /app_dev.php.php$is_args$args
fastcgi: ''
fastcgi_index: ''
fastcgi_split_path: ''
nxvl_mm4p0c0s4gtu:
location: ~\.php$
autoindex: off
try_files:
- $uri
- $uri/
- /app_dev.php$is_args$args
fastcgi: '127.0.0.1:9000'
fastcgi_index: index.php
fastcgi_split_path: '^(.+\.php)(/.*)$'
fast_cgi_params_extra:
- 'SCRIPT_FILENAME $request_filename'
- 'APP_ENV dev'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment