Adjust forwarding

This commit is contained in:
Fred Boniface 2024-06-18 23:04:00 +01:00
parent 60ece7661c
commit 1df751c9ca
2 changed files with 2 additions and 4 deletions

View File

@ -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/ {

View File

@ -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;