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