Updating AniNIX/Scratch for naming & persistence warning
This commit is contained in:
parent
cd3210c5fb
commit
43d7375dae
@ -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>
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user