Skip to content

Commit 8aa38cf

Browse files
committed
fix
1 parent 99f72b1 commit 8aa38cf

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_modules
77
.env.*.local
88
/.env.*
99
.env
10+
certs/
1011

1112
# Log files
1213
npm-debug.log*

nginx-reverse.conf

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ http {
1111
server {
1212
listen 80;
1313
server_name _;
14-
; return 301 https://$host$request_uri;
15-
}
16-
17-
server {
18-
listen 443 ssl;
19-
server_name _;
20-
21-
; ssl_certificate /etc/nginx/certs/selfsigned.crt;
22-
; ssl_certificate_key /etc/nginx/certs/selfsigned.key;
2314

2415
# Forward API requests to backend (with WebSocket support)
2516
location /api/v1/ {
@@ -51,4 +42,4 @@ http {
5142
proxy_set_header X-Forwarded-Proto $scheme;
5243
}
5344
}
54-
}
45+
}

0 commit comments

Comments
 (0)