/ file access for wa.fo wip
initial test, that most likely will not work
This commit is contained in:
@@ -53,6 +53,11 @@ server {
|
|||||||
error_page 404 = @myownredirect;
|
error_page 404 = @myownredirect;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# access to certain files
|
||||||
|
location ~ ^/(robots.txt) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
# /dbg/shortcode | debug mode
|
# /dbg/shortcode | debug mode
|
||||||
location ~ ^/dbg/(\w+) {
|
location ~ ^/dbg/(\w+) {
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
|
|||||||
Reference in New Issue
Block a user