[O] Even more simplistic deployment guide

This commit is contained in:
Azalea Gui
2023-02-11 17:29:28 -05:00
parent 7b569bfa5b
commit 4db65f2c66
3 changed files with 11 additions and 44 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ server
listen [::]:443 ssl;
server_name arch.hydev.org;
root /data/OS/ArchMirror/RISCV;
set $dirpath /data/OS/ArchMirror/RISCV;
# Serve a different file for your home page (if you want one)
location = / {
@@ -14,7 +14,7 @@ server
# If no file is found on any path, serve meowindex
location / {
try_files $uri /__meowindex__/index.html;
try_files $uri $uri/index.html /__meowindex__/index.html;
}
# The MeowIndex web app block