Updating AniNIX/Scratch for naming & persistence warning

This commit is contained in:
DarkFeather 2024-01-12 15:34:41 -06:00
parent cd3210c5fb
commit 43d7375dae
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
2 changed files with 3 additions and 2 deletions

View File

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

View File

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