From 270497f949630b12d44ed8e3ca68392c190a89f0 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 3 Jun 2018 18:09:16 -0400 Subject: [PATCH] should say git.sickstack.com for nginx config filenames --- ubuntu/mercy.sickstack.com.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/mercy.sickstack.com.yml b/ubuntu/mercy.sickstack.com.yml index 610dc90..93c1756 100644 --- a/ubuntu/mercy.sickstack.com.yml +++ b/ubuntu/mercy.sickstack.com.yml @@ -8,7 +8,7 @@ - sendfile "on" - server_names_hash_bucket_size 512 nginx_sites: - mastodon.zombocloud.com.http: + git.sickstack.com.http: - listen *:80 - listen [::]:80 - server_name git.sickstack.com @@ -16,7 +16,7 @@ allow all; } - return 301 "https://$host$request_uri" - mastodon.zombocloud.com.https: + git.sickstack.com.https: - listen *:443 ssl http2 - listen [::]:443 ssl http2 - server_name git.sickstack.com