diff --git a/server.conf b/server.conf index 117b471..7bd7004 100644 --- a/server.conf +++ b/server.conf @@ -1,11 +1,11 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name server.exozy.me; + server_name contest.exozy.me; include conf.d/ssl; location / { - proxy_pass http://localhost:6000; + proxy_pass http://localhost:9534; } }