[+] Add title replacement feature
This commit is contained in:
+2
-1
@@ -10,6 +10,7 @@ location /__meowindex__ {
|
||||
sub_filter "{DEPLOY-PATH-PLACEHOLDER}" "/__meowindex__";
|
||||
sub_filter "{HOST-PLACEHOLDER}" "/api";
|
||||
sub_filter "\"/assets" "\"/__meowindex__/assets";
|
||||
sub_filter "File Listing" $title;
|
||||
|
||||
# Serve index.html on other 404 paths as well
|
||||
try_files $uri /__meowindex__/index.html;
|
||||
@@ -23,4 +24,4 @@ location /api {
|
||||
autoindex on;
|
||||
autoindex_format json;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user