~linkat/+junk/linkat-escriptoris-remots-18.04

« back to all changes in this revision

Viewing changes to .pc/6/guacamole.conf

  • Committer: Francesc Konate
  • Date: 2019-07-02 10:43:10 UTC
  • Revision ID: jfkoga@gmail.com-20190702104310-ly4ds3vqjfh9m9r8
6:RENAMED> guacamole-1.0.0.war to guacamole.war -file and paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Location />
 
2
    Order allow,deny
 
3
    Allow from all
 
4
    ProxyPass http://localhost:8080/guacamole-1.0.0/ flushpackets=on
 
5
    ProxyPassReverse http://localhost:8080/guacamole-1.0.0
 
6
</Location>
 
7
 
 
8
<Location /websocket-tunnel>
 
9
    Order allow,deny
 
10
    Allow from all
 
11
    ProxyPass ws://localhost:8080/guacamole-1.0.0/websocket-tunnel
 
12
    ProxyPassReverse ws://localhost:8080/guacamole-1.0.0/websocket-tunnel
 
13
</Location>