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;
|
||||
try_files $uri $uri/ $uri.html /index.html;
|
||||
add_header Cache-Control "public, no-transform, max-age=1209600";
|
||||
|
||||
rewrite ^([^.]*[^/])$ $1/ permanent;
|
||||
}
|
||||
|
||||
location /misc/ {
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const version: string = "2024.06.1";
|
||||
export const versionTag: string = "";
|
||||
export const version: string = '2024.06.1';
|
||||
export const versionTag: string = '';
|
||||
export const showWelcome: boolean = false;
|
||||
|
Loading…
Reference in New Issue
Block a user