Hi,
Followed the set up at Xibo 1.8.9 with Docker on Ubuntu 16.04.
After creating /etc/apache2/conf.d/example.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
subdomain.example.com.sg return only the Index of/
Did I do something wrong here?
Thanks.