mirror of
https://github.com/ZeJMaN/guacamole_ynh.git
synced 2025-06-07 21:35:30 +02:00
Add files via upload
This commit is contained in:
parent
11ebf4a0b0
commit
38ca3fe390
13
conf/guacamole.properties
Normal file
13
conf/guacamole.properties
Normal file
@ -0,0 +1,13 @@
|
||||
user-mapping: /etc/guacamole/user-mapping.xml
|
||||
auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
|
||||
basic-user-mapping: /etc/guacamole/user-mapping.xml
|
||||
|
||||
# Auth provider class
|
||||
auth-provider: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider
|
||||
|
||||
# MySQL properties
|
||||
mysql-hostname: localhost
|
||||
mysql-port: 3306
|
||||
mysql-database: guacamole_db
|
||||
mysql-username: guacamole_user
|
||||
mysql-password: CHANGEME
|
6
conf/nginx.conf
Normal file
6
conf/nginx.conf
Normal file
@ -0,0 +1,6 @@
|
||||
location /YNH_WWW_PATH {
|
||||
proxy_pass http://127.0.0.1:8080/guacamole;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user