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

@@ -1,5 +1,6 @@
<html>
<body>
<h4>WARNING: Nothing will be saved. Copy to a text file for persistence.</h4>
<form><textarea cols=80 rows=35></textarea></form>
</body>
</html>

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