You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom Nginx Configuration field is blank (Gear Icon)
Advanced Tab
Custom Nginx Configuration field is blank
Problem:
When viewing the settings for my Guacamole proxy host and clicking the save button without making any changes, my Guacamole subdomain (https://gateway.domain.com) for the service no longer forwards traffic to the correct address (https://gateway.domain.com/guacamole/) and now loads a blank white page at https://gateway.domain.com, instead of the usual login page. However, prior to clicking the save button, the proxy host functioned correctly and would forward traffic to https://gateway.domain.com/guacamole/ as normal.
I was able to restore my previous instance of NPM from backup (same version) and started troubleshooting. I found that prior to clicking the save button, the following snippet of the working proxy host (nginx) configuration file was:
However, after clicking the save button (without making any changes to the settings in the NPM gui for the proxy host) I now get the following in the configuration file, which is no longer redirecting to https://gateway.domain.com/guacamole/ :
Anyone know the advantages/disadvantages of these changes that were made after re-saving the proxy host configuration, other than the obvious result in my case. I can get the page to load again by using the first code snippet, but I'd like to know more about these changes so I can understand why they were made and their implications.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently using NPM v2.9.7.
My Proxy Host is configured to forward https://gateway.domain.com to /guacamole folder at https://gateway.domain.com/guacamole/ folder:
My Proxy Host settings are:
Details Tab
Custom Locations Tab
Advanced Tab
Problem:
When viewing the settings for my Guacamole proxy host and clicking the save button without making any changes, my Guacamole subdomain (https://gateway.domain.com) for the service no longer forwards traffic to the correct address (https://gateway.domain.com/guacamole/) and now loads a blank white page at https://gateway.domain.com, instead of the usual login page. However, prior to clicking the save button, the proxy host functioned correctly and would forward traffic to https://gateway.domain.com/guacamole/ as normal.
I was able to restore my previous instance of NPM from backup (same version) and started troubleshooting. I found that prior to clicking the save button, the following snippet of the working proxy host (nginx) configuration file was:
However, after clicking the save button (without making any changes to the settings in the NPM gui for the proxy host) I now get the following in the configuration file, which is no longer redirecting to https://gateway.domain.com/guacamole/ :
Anyone know the advantages/disadvantages of these changes that were made after re-saving the proxy host configuration, other than the obvious result in my case. I can get the page to load again by using the first code snippet, but I'd like to know more about these changes so I can understand why they were made and their implications.
Beta Was this translation helpful? Give feedback.
All reactions