Created
February 1, 2019 21:30
-
-
Save thiagomgo/4f3269c009aa47413a1e8652856bb02b to your computer and use it in GitHub Desktop.
Proxy AJP
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
<IfModule proxy_ajp_module> | |
ProxyPass "/" "ajp://127.0.0.1:10001/" | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment