Compare commits

..

No commits in common. "e00d0b63e7ff6b852751ff6f6f4e868b8daf6e50" and "223b6ac8a18b0818e01d8c2d79522d4fc954853b" have entirely different histories.

View File

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