/+ Inconsolata.ttf & maintenance mode

This commit is contained in:
fro
2025-11-11 09:02:05 -05:00
parent cb5f3b31a9
commit 2f65f4aa55

View File

@@ -53,8 +53,12 @@ server {
error_page 404 = @myownredirect;
}
# enable maintenance mode
location ~ ^/(index.html) {
}
# access to certain files
location ~ ^/(robots.txt|favicon.ico) {
location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) {
# do nothing, which means avoid the postgrest proxy
}