mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-05 07:19:20 +08:00
Updated Webserver Reverse Proxy (markdown)
@@ -16,7 +16,7 @@ server {
|
||||
proxy_pass http://localhost:3001/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user