Updating AniNIX/Scratch for naming & persistence warning

This commit is contained in:
2024-01-12 15:34:41 -06:00
parent cd3210c5fb
commit 43d7375dae
2 changed files with 3 additions and 2 deletions

View File

@@ -48,9 +48,9 @@ server {
try_files $uri /blackpage.html;
}
location /notepad {
location /scratch {
root /usr/share/webapps/aninix/;
try_files $uri /notepad.html;
try_files $uri /scratch.html;
}