Delete calckey.apache.conf
This commit is contained in:
parent
2d27de9457
commit
1c33500d21
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
# Replace example.tld with your domain
|
|
||||||
|
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName example.tld
|
|
||||||
# For WebSocket
|
|
||||||
ProxyPass "/streaming" "ws://127.0.0.1:3000/streaming/"
|
|
||||||
# Proxy to Node
|
|
||||||
ProxyPass "/" "http://127.0.0.1:3000/"
|
|
||||||
ProxyPassReverse "/" "http://127.0.0.1:3000/"
|
|
||||||
ProxyPreserveHost On
|
|
||||||
# For files proxy
|
|
||||||
AllowEncodedSlashes On
|
|
||||||
</VirtualHost>
|
|
Loading…
Reference in a new issue