master #88

Merged
emmatveev merged 4 commits from master into prod 2025-06-12 13:27:18 +03:00
Showing only changes of commit 1f3bdc2bd3 - Show all commits

View File

@ -16,7 +16,7 @@ http {
server { server {
listen 80; listen 80;
server_name *.develop.chocomarsh.com; server_name *.dev.chocomarsh.com;
return 301 https://$host$request_uri; return 301 https://$host$request_uri;
} }