Skip to content

Commit 9f10ec9

Browse files
fix[frontend](ngnx): integrations page default to /index.html (#2287)
Signed-off-by: Alex Sánchez <alex.sanchez@utmstack.com>
1 parent 2837b00 commit 9f10ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/nginx/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ server {
2020
}
2121

2222
location /integrations/ {
23-
try_files $uri $uri/ /index.html;
23+
try_files $uri /index.html;
2424
}
2525

2626
location / {

0 commit comments

Comments
 (0)