Skip to content

Commit 1a50958

Browse files
[dev] redirect config (test)
1 parent a5fa2c4 commit 1a50958

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)