should say git.sickstack.com for nginx config filenames
This commit is contained in:
parent
dad8e5a6a4
commit
270497f949
@ -8,7 +8,7 @@
|
|||||||
- sendfile "on"
|
- sendfile "on"
|
||||||
- server_names_hash_bucket_size 512
|
- server_names_hash_bucket_size 512
|
||||||
nginx_sites:
|
nginx_sites:
|
||||||
mastodon.zombocloud.com.http:
|
git.sickstack.com.http:
|
||||||
- listen *:80
|
- listen *:80
|
||||||
- listen [::]:80
|
- listen [::]:80
|
||||||
- server_name git.sickstack.com
|
- server_name git.sickstack.com
|
||||||
@ -16,7 +16,7 @@
|
|||||||
allow all;
|
allow all;
|
||||||
}
|
}
|
||||||
- return 301 "https://$host$request_uri"
|
- return 301 "https://$host$request_uri"
|
||||||
mastodon.zombocloud.com.https:
|
git.sickstack.com.https:
|
||||||
- listen *:443 ssl http2
|
- listen *:443 ssl http2
|
||||||
- listen [::]:443 ssl http2
|
- listen [::]:443 ssl http2
|
||||||
- server_name git.sickstack.com
|
- server_name git.sickstack.com
|
||||||
|
Loading…
Reference in New Issue
Block a user