Skip to content

Commit 76d3d51

Browse files
author
Gustav Pursche
committed
Fixes cdn path
1 parent 7485bd5 commit 76d3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/webdoc-mongolia.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ location ~ /stories/mongolia/(.*)/?$ {
1313
resolver_timeout 5s;
1414

1515
proxy_ssl_server_name on;
16-
proxy_pass https://cdn.jib-collective.net/mongolei/$1/index.html;
16+
proxy_pass https://cdn.jib-collective.net/mongolei/$1index.html;
1717
proxy_pass_request_headers on;
1818
proxy_buffering off;
1919
proxy_hide_header x-amz-id-2;

0 commit comments

Comments
 (0)