Fix vhost-www

This commit is contained in:
Sam A. 2022-12-07 22:04:31 +01:00
parent 019b646caa
commit 3b8c475bb1
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,2 @@
server {
server_name www.data.coop;
return 301 $scheme://data.coop$request_uri;
}
server_name www.data.coop;
return 301 $scheme://data.coop$request_uri;