fix #85

Merged
emmatveev merged 1 commits from master into dev 2025-06-12 01:57:44 +03:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 1b7979e37f - Show all commits

View File

@ -5,6 +5,12 @@
return 301 https://$host$request_uri;
}
server {
listen 80;
server_name *.develop.chocomarsh.com;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;

View File

@ -5,6 +5,12 @@
return 301 https://$host$request_uri;
}
server {
listen 80;
server_name *.chocomarsh.com;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;