fix: make canvas the root generation experience
This commit is contained in:
@@ -107,14 +107,11 @@ server {
|
||||
}
|
||||
|
||||
location = /canvas {
|
||||
return 308 /canvas/;
|
||||
return 308 /;
|
||||
}
|
||||
|
||||
location /canvas/ {
|
||||
auth_request /__auth;
|
||||
error_page 401 = @login_redirect;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri $uri/ /canvas/index.html;
|
||||
location ~ ^/canvas/(.*)$ {
|
||||
return 308 /$1$is_args$args;
|
||||
}
|
||||
|
||||
location = /skg-logo-black.svg {
|
||||
|
||||
Reference in New Issue
Block a user