From 4874d5fcfcb23d069b9047e53bb5616cd4949163 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 5 Jun 2018 10:13:12 -0400 Subject: [PATCH] proxy_pass for gitea is using localhost now --- ubuntu/mercy.sickstack.com.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/mercy.sickstack.com.yml b/ubuntu/mercy.sickstack.com.yml index 2ac852b..4682fed 100644 --- a/ubuntu/mercy.sickstack.com.yml +++ b/ubuntu/mercy.sickstack.com.yml @@ -26,7 +26,7 @@ - ssl_certificate_key "/etc/ssl/letsencrypt/git.sickstack.com.pem" - add_header Strict-Transport-Security max-age=31536000 - location / { - proxy_pass https://git.sickstack.com:3000; + proxy_pass http://127.0.0.1:3000; } nginx_configs: