Adjust forwarding
This commit is contained in:
parent
60ece7661c
commit
1df751c9ca
@ -58,8 +58,6 @@ http {
|
|||||||
error_page 500 502 503 504 /err/50x.html;
|
error_page 500 502 503 504 /err/50x.html;
|
||||||
try_files $uri $uri/ $uri.html /index.html;
|
try_files $uri $uri/ $uri.html /index.html;
|
||||||
add_header Cache-Control "public, no-transform, max-age=1209600";
|
add_header Cache-Control "public, no-transform, max-age=1209600";
|
||||||
|
|
||||||
rewrite ^([^.]*[^/])$ $1/ permanent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location /misc/ {
|
location /misc/ {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export const version: string = "2024.06.1";
|
export const version: string = '2024.06.1';
|
||||||
export const versionTag: string = "";
|
export const versionTag: string = '';
|
||||||
export const showWelcome: boolean = false;
|
export const showWelcome: boolean = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user