Skip to content

Commit e72cf45

Browse files
committed
ssl on
1 parent c95c6eb commit e72cf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nginx/conf.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ server {
2626
ssl_ciphers HIGH:!aNULL:!MD5;
2727

2828
location / {
29-
proxy_pass http://ctf01d_backend:4102;
29+
proxy_pass http://app:4102;
3030
proxy_set_header Host $host;
3131
proxy_set_header X-Real-IP $remote_addr;
3232
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)