summaryrefslogtreecommitdiffstats
path: root/2.4/conf/sites-available/default.conf
blob: d8e7f67e03ae29e66240c7d741abe87a57ae5585 (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:8080>
  ServerName localhost
  DocumentRoot "/var/www/html/"
  <Directory "/var/www/html/">
    Require all denied
  </Directory>
  CustomLog /proc/self/fd/1 combined
  ErrorLog /proc/self/fd/2
  # This lets certain DAV methods work behind an SSL reverse proxy.
  RequestHeader edit Destination ^https http early
</VirtualHost>