chore(dev): increase dev nginx timeout to 1d

This commit is contained in:
Nicolas Giard 2023-06-19 16:58:22 -04:00 committed by GitHub
parent 3c016cc5c8
commit added8603a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;