Skip to content

Instantly share code, notes, and snippets.

@thiagomgo
Created February 1, 2019 21:30
Show Gist options
  • Save thiagomgo/4f3269c009aa47413a1e8652856bb02b to your computer and use it in GitHub Desktop.
Save thiagomgo/4f3269c009aa47413a1e8652856bb02b to your computer and use it in GitHub Desktop.
Proxy AJP
<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