File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ server {
9
9
ssl off;
10
10
11
11
location / {
12
- proxy_pass http://backend;
13
12
proxy_set_header Host $host;
14
13
proxy_set_header X-Real-IP $remote_addr;
15
14
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
16
15
proxy_set_header X-Forwarded-Proto $scheme;
16
+ proxy_pass http://backend;
17
17
}
18
18
}
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ server {
21
21
#add_header Strict-Transport-Security "max-age=31536000";
22
22
23
23
location / {
24
- proxy_pass http://backend_ssl;
25
24
proxy_set_header Host $host;
26
25
proxy_set_header X-Real-IP $remote_addr;
27
26
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
28
27
proxy_set_header X-Forwarded-Proto $scheme;
28
+ proxy_pass http://backend_ssl;
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments