Archived
1
0

Make websocket upgrade check case-insensitive

Fixes #925.
This commit is contained in:
Asher
2019-09-16 14:18:58 -05:00
parent 5c16399810
commit 6a864f9f47
2 changed files with 2 additions and 7 deletions

View File

@ -46,13 +46,8 @@ server {
RewriteRule /(.*) http://localhost:8080/$1 [P,L]
ProxyRequests off
RequestHeader set X-Forwarded-Proto https
RequestHeader set X-Forwarded-Port 443
ProxyPass / http://localhost:8080/ nocanon
ProxyPass / http://localhost:8080/ nocanon
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
```