mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
fix double handling of api requests
This commit is contained in:
parent
522231c6c6
commit
48eaaec35f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user