/ disabling maintenance mode
This commit is contained in:
@@ -53,9 +53,9 @@ server {
|
|||||||
error_page 404 = @myownredirect;
|
error_page 404 = @myownredirect;
|
||||||
}
|
}
|
||||||
|
|
||||||
# enable maintenance mode
|
# enable maintenance mode, as index.html on the root is used when the postgrest proxy is being maintained
|
||||||
location ~ ^/(index.html) {
|
#location ~ ^/(index.html) {
|
||||||
}
|
#}
|
||||||
|
|
||||||
# access to certain files
|
# access to certain files
|
||||||
location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) {
|
location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) {
|
||||||
|
|||||||
Reference in New Issue
Block a user