Fix URL format

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

View File

@ -11,7 +11,7 @@
set $proxy_server "{{ forward_host }}"; set $proxy_server "{{ forward_host }}";
set $proxy_port {{ forward_port }}; set $proxy_port {{ forward_port }};
proxy_pass {{ forward_scheme }}:{{ forward_host }}:{{ forward_port }}{{ forward_path }}; proxy_pass {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }};
{% include "_access.conf" %} {% include "_access.conf" %}
{% include "_assets.conf" %} {% include "_assets.conf" %}