summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/templates/apache-site.conf.j2
blob: a52a7fc586530ae9c277beb0e3fedb8a4e76b3bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<VirtualHost *:8080>
  ServerAdmin webmaster@localhost
  DocumentRoot /var/www/html

  UseCanonicalName Off
  UseCanonicalPhysicalPort Off

  ErrorLog ${APACHE_LOG_DIR}/error.log
  CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>