diff --git a/docker/default.conf.template b/docker/default.conf.template index 28a1cba2b..9e140d5bb 100644 --- a/docker/default.conf.template +++ b/docker/default.conf.template @@ -12,15 +12,6 @@ server { break; } - location /maintenance.html { - expires 10; - } - - if (-f $document_root/maintenance.html) { - rewrite ^(.*)$ /maintenance.html last; - break; - } - location /tags/autocomplete.json { proxy_pass http://autocompleted:8118/; proxy_redirect off; diff --git a/public/maintenance.html.bak b/public/maintenance.html.bak deleted file mode 100644 index 445318595..000000000 --- a/public/maintenance.html.bak +++ /dev/null @@ -1,49 +0,0 @@ - - -
-- We are performing maintenance on the site and its servers! Keep an eye on the e621 Twitter for more details. -
-Thanks for your patience!
- - -