add PHP upstream config to ubuntu/mercy.sickstack.com.yml

This commit is contained in:
staticsafe 2018-06-10 13:16:21 -04:00
parent f5d3828f3c
commit 7d06e18935
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
- gzip_buffers 16 8k
- gzip_http_version 1.1
- gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript
upstream:
- upstream php { server unix:/run/php/php7.2-fpm.sock; }
ssl:
- ssl_protocols TLSv1.2
- ssl_dhparam "/etc/nginx/dhparams.pem"