should say git.sickstack.com for nginx config filenames

This commit is contained in:
staticsafe 2018-06-03 18:09:16 -04:00
parent dad8e5a6a4
commit 270497f949
1 changed files with 2 additions and 2 deletions

View File

@ -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