Created
December 21, 2017 23:21
-
-
Save saidach/0df67c36601d35bf398e2546bc05bf11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files: | |
"/etc/httpd/conf.d/proxy-pass.conf": | |
mode: 000644 | |
owner: root | |
group: root | |
content: | | |
<Location /socket> | |
ProxyPass ws://127.0.0.1:8081/ | |
ProxyPassReverse ws://127.0.0.1:8081/ | |
</Location> | |
"/etc/httpd/conf.modules.d/99-mod_proxy_wstunnel.conf": | |
mode: 000644 | |
owner: root | |
group: root | |
content: | | |
<IfDefine PROXY> | |
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so | |
</IfDefine> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment