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