Update domain-guacamole.json to modify PORT value and remove LOCATION entry

This commit is contained in:
gyurix
2025-05-01 23:49:35 +02:00
parent 45d8005272
commit 25e37aed69

View File

@@ -26,7 +26,7 @@
"TARGET": "guacamoletomcat"
},
{
"PORT": "8080"
"PORT": "8080/guacamole/"
},
{
"DOMAIN": "#GUACAMOLE_DOMAIN"
@@ -34,9 +34,6 @@
{
"SMARTHOST_PROXY_PATH": "/smarthost-domains"
},
{
"LOCATION": "/guacamole"
},
{
"OPERATION": "CREATE"
}