diff --git a/ocs.conf b/ocs.conf index 38c34ca..7bd7004 100644 --- a/ocs.conf +++ b/ocs.conf @@ -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; - } -}