Compare commits

..

No commits in common. "df0fdfe2e46f90ae8c279099b79bf899891ef5ee" and "e968457afa506604457a1ce26f778719d0cdfcd0" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

@ -5,12 +5,6 @@
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,12 +5,6 @@
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;