Skip to content

Commit a55de38

Browse files
authored
Fix URL format
1 parent e9d4f5b commit a55de38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/templates/_location.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
set $proxy_server "{{ forward_host }}";
1212
set $proxy_port {{ forward_port }};
1313

14-
proxy_pass {{ forward_scheme }}:{{ forward_host }}:{{ forward_port }}{{ forward_path }};
14+
proxy_pass {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }};
1515

1616
{% include "_access.conf" %}
1717
{% include "_assets.conf" %}

0 commit comments

Comments
 (0)