Update nginx.conf

This commit is contained in:
xqzr 2023-12-04 17:42:52 +08:00 committed by GitHub
parent 5ee22a1aa4
commit a736984061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_read_timeout 52w;
proxy_read_timeout 5d;
}
}