chore(dev): increase dev nginx timeout to 1d
This commit is contained in:
parent
3c016cc5c8
commit
added8603a
|
@ -1,6 +1,9 @@
|
|||
server {
|
||||
listen 8000 default_server;
|
||||
listen [::]:8000 default_server;
|
||||
|
||||
proxy_read_timeout 1d;
|
||||
proxy_send_timeout 1d;
|
||||
|
||||
root /var/www/html;
|
||||
index index.html index.htm index.nginx-debian.html;
|
||||
|
|
Loading…
Reference in a new issue