mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
Merge branch 'master' of github.com:codercom/code-server
This commit is contained in:
commit
3da1dccf73
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ OPTIONS
|
||||||
proxy_pass http://localhost:8443/;
|
proxy_pass http://localhost:8443/;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection upgrade;
|
proxy_set_header Connection upgrade;
|
||||||
|
proxy_set_header Accept-Encoding gzip;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue