Remove pixelfed upstream from nginx config

This commit is contained in:
staticsafe 2018-08-25 22:29:11 -04:00
parent 05f8b1a1a0
commit 3ff719370f
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@
- 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; }
- upstream pixelfed { server 127.0.0.1:4000; }
ssl:
- ssl_protocols TLSv1.2
- ssl_dhparam "/etc/nginx/dhparams.pem"