Upstream configuration probably doesn't need quotes

This commit is contained in:
staticsafe 2017-01-13 03:05:20 +00:00
parent 25ef8aee95
commit 14af637538
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
- gzip_disable msie6
- gzip_types "text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript"
upstream:
- upstream php { server "unix:/run/php/php7.0-fpm.sock" }
- upstream php { server unix:/run/php/php7.0-fpm.sock; }
ssl:
- ssl_protocols TLSv1 TLSv1.1 TLSv1.2
- ssl_prefer_server_ciphers on