Skip to content

Commit b86116a

Browse files
committed
fix script path
1 parent 49cbe58 commit b86116a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/internal-gateway/files/conf.d/s3-gateway.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
server {
55
listen {{ index $vals "codefresh" "serviceEndpoints" "workflow-logs-s3-proxy" "domain" }}:80;
66

7-
js_import auth.js;
7+
js_import scripts/auth.js;
88
location ~ /(.+) {
99
auth_request /api/auth/authenticate;
1010
auth_request_set $auth_entity $upstream_http_x_cf_auth_entity;

0 commit comments

Comments
 (0)