Remove ocs.conf

This commit is contained in:
Anthony Wang 2022-05-15 19:01:20 -05:00
parent 1b9290252a
commit 80b95b12ab
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,11 +0,0 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name contest.exozy.me;
include conf.d/ssl;
location / {
proxy_pass http://localhost:9534;
}
}