Merge pull request 'fix' (#87) from master into dev

Reviewed-on: https://gitea.sprinthub.ru/self/infra/pulls/87
This commit was merged in pull request #87.
This commit is contained in:
2025-06-12 13:08:05 +03:00

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;
} }