Skip to content

Commit

Permalink
fix: Removed ssl support from 443
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Oct 3, 2024
1 parent e592a5e commit 2780f15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions the.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -65,5 +62,4 @@ server {
location /second/static {
alias /app/Server/upsonic_on_prem/dash/staticfiles;
}

}

0 comments on commit 2780f15

Please sign in to comment.