This commit is contained in:
fro
2025-11-02 09:26:58 -05:00
parent c0ebb64439
commit 0c5680595c

View File

@@ -48,7 +48,7 @@ server {
return 302 /;
}
# postgrest reverse proxy
# redirect 404 not found to the root
location / {
error_page 404 = @myownredirect;
}