[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
+3 -1
View File
@@ -1,3 +1,5 @@
root $dir_path;
# The MeowIndex web app block
location /__meowindex__ {
alias /etc/nginx/MeowIndex/dist;
@@ -15,7 +17,7 @@ location /__meowindex__ {
# The api block
location /api {
rewrite ^/api(/.*)$ $1 break;
alias $dir_path;
index DISABLE_INDEX_HTML_AUTO_MATCHING;
autoindex on;