nginx: fix vhost names

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-10 19:20:43 +05:30
parent 7e57ba0a21
commit 906db6b951
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ server {
listen 80;
listen [::]:80;
server_name crafty.msfjarvis.dev;
server_name crafty2.msfjarvis.dev;
return 301 https://$host$request_uri;
}
@ -13,7 +13,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name crafty.msfjarvis.dev;
server_name crafty2.msfjarvis.dev;
root /home/minecraft/wack-server/output;
index index.html;