Cleaning unused variable.

This commit is contained in:
mitossoft-rd 2024-10-28 15:18:54 +03:00 committed by GitHub
parent a55de386e7
commit f7d3ca0b07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,6 @@
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
set $proxy_forward_scheme {{ forward_scheme }};
set $proxy_server "{{ forward_host }}";
set $proxy_port {{ forward_port }};
proxy_pass {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }};
{% include "_access.conf" %}