Updating AniNIX/Scratch for naming & persistence warning

This commit is contained in:
2024-01-12 15:34:41 -06:00
父節點 cd3210c5fb
當前提交 43d7375dae
共有 2 個文件被更改,包括 3 次插入2 次删除

查看文件

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