2023-09-28, 09:22 PM
(This post was last modified: 2023-09-28, 09:22 PM by FLKS. Edited 1 time in total.)
Hello and thanks for the response. Where do I put that?.
In my /etc/apache2/sites-avaliable/000-default.conf I already tried adding this to the file:
<VirtualHost *:80>
ServerName jelly.domain.com
ProxyPreserveHost On
ProxyPass / http://192.168.1.100:8096
ProxyPassReverse / http://192.168.1.100:8096
</VirtualHost>
In my /etc/apache2/sites-avaliable/000-default.conf I already tried adding this to the file:
<VirtualHost *:80>
ServerName jelly.domain.com
ProxyPreserveHost On
ProxyPass / http://192.168.1.100:8096
ProxyPassReverse / http://192.168.1.100:8096
</VirtualHost>