Skip to content

Commit 6c5dbf5

Browse files
committed
🔼 Since resolved_progo_map.conf doesn't change content per host, we should put it in /docker/rootfs/etc/nginx/conf.d/include/resolved_proto_map.conf instead.
1 parent 993ce37 commit 6c5dbf5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/templates/proxy_host.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% include "_hsts_map.conf" %}
66

7-
{% include "_resolved_proto_map.conf" %}
7+
include conf.d/include/resolved_proto_map.conf;
88

99
server {
1010
set $forward_scheme {{ forward_scheme }};

0 commit comments

Comments
 (0)