Apache as a reverse proxy #121
Closed
ap0int3d
started this conversation in
Show and tell
Replies: 1 comment
|
Thanks for sharing this configuration. I used the discussion to extend the deployment documentation in PR #122:
The application remains proxy-agnostic; the PR adds validated deployment guidance without introducing Apache-specific backend logic. PR: #122 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi
Since Apache is not in the documentation, here is the Apache config for WebSSH I use in my lab (it is based on the nginx configuration provided in the documentation). Nothing fancy but hopefully it can help someone.
Below is the configuration for TLS support and redirection from HTTP to HTTPS.
These settings require mod_headers, mod_proxy, mod_proxy_http and mod_ssl.
All reactions