diff --git a/ocs.conf b/ocs.conf deleted file mode 100644 index 7bd7004..0000000 --- a/ocs.conf +++ /dev/null @@ -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; - } -}