/etc/apache2/sites-available/jpoker.conf is in jpoker 1.0.16-2.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | Alias /jpoker /usr/share/jpoker
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /POKER_REST http://pokersource.eu/POKER_REST retry=1
ProxyPass /AVATAR http://pokersource.eu/AVATAR retry=1
ProxyPass /UPLOAD http://pokersource.eu/UPLOAD retry=1
|