Skip to content

Commit 46192a4

Browse files
fix[installer](nginx): fixed frontend proxy to avoid integrations error
1 parent 13c40dd commit 46192a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/templates/front-end.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const FrontEnd string = `server {
88
location / {
99
root /usr/share/nginx/html;
1010
index index.html index.htm;
11-
try_files $uri $uri/ /index.html =404;
11+
try_files $uri /index.html =404;
1212
}
1313
1414
set $utmstack_backend http://backend:8080;

0 commit comments

Comments
 (0)