fix: drhider standalone server port 8767, inline SVG, DB try/except
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-29 18:39:35 +04:00
parent 78f0e4d269
commit de66eb9b1e
4 changed files with 193 additions and 21 deletions
+13
View File
@@ -15,6 +15,19 @@ server {
proxy_read_timeout 10s;
}
location /api/drhider {
proxy_pass http://127.0.0.1:8767;
proxy_read_timeout 600s;
proxy_buffering off;
client_max_body_size 50m;
add_header Access-Control-Allow-Origin * always;
}
location = /drhider {
alias /var/www/docs/drhider.html;
default_type text/html;
}
location /api/ {
proxy_pass http://127.0.0.1:8766;
proxy_read_timeout 30s;