Skip to content

Commit 1280b69

Browse files
Merge pull request #16 from DHTMLX/next
[dev] redirect config (test)
2 parents af64a6b + 1a50958 commit 1280b69

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker/nginx.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ http {
4444
location / {
4545
root /usr/share/nginx/html;
4646
index index.html index.htm;
47-
try_files $uri $uri/ @redirect_to_root;
4847
}
49-
location @redirect_to_root {
50-
return 302 /pivot/;
51-
}
5248
}
5349
}

0 commit comments

Comments
 (0)