diff --git a/the.conf b/the.conf index cae1d16..5deb747 100644 --- a/the.conf +++ b/the.conf @@ -44,10 +44,7 @@ server { server { - listen 443 ssl; - - ssl_certificate /db/upsonic.origin.pem; - ssl_certificate_key /db/upsonic.private.pem; + listen 443; location /first { proxy_pass http://localhost:3000; @@ -65,5 +62,4 @@ server { location /second/static { alias /app/Server/upsonic_on_prem/dash/staticfiles; } - } \ No newline at end of file