From 3ff719370f8f90e0579940390d13dd4b1f2c4112 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 25 Aug 2018 22:29:11 -0400 Subject: [PATCH] Remove pixelfed upstream from nginx config --- ubuntu/mercy.sickstack.com.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ubuntu/mercy.sickstack.com.yml b/ubuntu/mercy.sickstack.com.yml index a7a8525..c99d774 100644 --- a/ubuntu/mercy.sickstack.com.yml +++ b/ubuntu/mercy.sickstack.com.yml @@ -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"