🐛 bug fix

This commit is contained in:
JustSong
2022-07-29 23:53:06 +08:00
parent 090bbcc61b
commit 14fd2d07f3
3 changed files with 32 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,4 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name 你的域名;
location / {
@@ -11,5 +9,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_cache_bypass $http_upgrade;
proxy_read_timeout 300s;
proxy_send_timeout 300s;
}
}