Remove Origin header for Caddy v1

This commit is contained in:
Erope
2022-06-01 20:31:47 +08:00
parent 0b471477fc
commit 70ab212348
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -97,9 +97,11 @@ location ~ ^/(ws|terminal/.+)$ {
```
proxy /ws http://ip:8008 {
websocket
header_upstream -Origin
}
proxy /terminal/* http://ip:8008 {
websocket
header_upstream -Origin
}
```