fix: drhider standalone server port 8767, inline SVG, DB try/except
Deploy contracts-flask / validate (push) Successful in 0s
Deploy contracts-flask / validate (push) Successful in 0s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user