1
0
Fork 0
forked from exozyme/nginx

Remove contest2 testing OCS because we can run the server on localhost for development

This commit is contained in:
Anthony Wang 2022-03-07 11:51:21 -06:00
parent 4f30e46c01
commit 2835ec74e5
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -9,15 +9,3 @@ server {
proxy_pass http://localhost:9534;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name contest2.exozy.me;
include conf.d/ssl;
location / {
proxy_pass http://localhost:9535;
}
}