[O] Even more simplistic deployment guide
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user