Update apache_copypasta.txt

This commit is contained in:
creeper123123321 2021-03-06 18:58:50 -03:00 committed by GitHub
parent c2329151ec
commit 7d87fb50ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,6 @@ SSLProxyCheckPeerCN off
SSLProxyCheckPeerExpire off
RewriteEngine On
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /viaaas/(.*) wss://localhost:25543/$1 [P,L]
RewriteRule ^/viaaas/(.*) wss://localhost:25543/$1 [P,L]
RewriteCond %{HTTP:Upgrade} !=websocket [NC]
RewriteRule /viaaas/(.*) https://localhost:25543/$1 [P,L]
RewriteRule ^/viaaas/(.*) https://localhost:25543/$1 [P,L]