We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd suggest to add an example to document the apache configuration for the reverse proxy in case mollysocket is not listening on the webroot:
RequestHeader set X-Original-URL "expr=%{THE_REQUEST}" RequestHeader edit* X-Original-URL ^[A-Z]+\s|\sHTTP/1\.\d$ "" ProxyPreserveHost On ProxyPass "/molly" "http://127.0.0.1:8020" ProxyPassReverse "/molly" "http://127.0.0.1:8020"
It took me awhile to figure this out. Credits
The text was updated successfully, but these errors were encountered:
Why not hardcoding the path ? RequestHeader set X-Original-URL /molly
RequestHeader set X-Original-URL /molly
Sorry, something went wrong.
If you want to open a PR with a sample of apache config, you're welcome to !
No branches or pull requests
I'd suggest to add an example to document the apache configuration for the reverse proxy in case mollysocket is not listening on the webroot:
It took me awhile to figure this out. Credits
The text was updated successfully, but these errors were encountered: