2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00

fix double handling of api requests

This commit is contained in:
Frederik Ring 2019-10-04 19:49:19 +02:00
parent 522231c6c6
commit 48eaaec35f

View File

@ -54,6 +54,11 @@ http {
proxy_redirect off; proxy_redirect off;
} }
location /healthz {
proxy_pass http://server;
proxy_redirect off;
}
error_page 404 /404.html; error_page 404 /404.html;
location = /404.html { location = /404.html {
internal; internal;