Skip to content

Commit f7d3ca0

Browse files
authored
Cleaning unused variable.
1 parent a55de38 commit f7d3ca0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/templates/_location.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
proxy_set_header X-Forwarded-For $remote_addr;
88
proxy_set_header X-Real-IP $remote_addr;
99

10-
set $proxy_forward_scheme {{ forward_scheme }};
11-
set $proxy_server "{{ forward_host }}";
12-
set $proxy_port {{ forward_port }};
13-
1410
proxy_pass {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }};
1511

1612
{% include "_access.conf" %}

0 commit comments

Comments
 (0)