-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
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
Changes to address reverse proxy changes #140
base: dev
Are you sure you want to change the base?
Conversation
Removed /sshwifty/ folder from config
Removed /sshwifty/
Removed /sshwifty/
Removed /sshwifty/
…n paths for XHR calls
Reopening this pull request with additional changes to app.js to account for the pathname during websocket calls. See configs used below, assuming sshwifty would be available under "/ssh" path, and sshwifty is running under 10.8.0.2 port 8182. I listed them by ease to deploy: caddy - add to your Caddyfile
lighttpd - any .conf file under /etc/lighttpd/conf-enabled
nginx - put it under 'default' or another file /etc/nginx/sites-enabled
apache 2 - need to enable rewrite and proxy modules and add to a config under /etc/apache2/sites-enabled
|
This removes the /sshwifty/ folder from the HTML, server code and js configs to address this feature request.
#139
I have not tested this change yet.