Youtube-dl-WebUI/docker/vhost.conf

12 lines
343 B
Text
Raw Normal View History

2015-03-30 21:49:14 +08:00
<VirtualHost *:80>
DocumentRoot /www/youtube-dl
<Directory /www/youtube-dl>
# enable the .htaccess rewrites
AllowOverride All
Order allow,deny
Allow from All
</Directory>
ErrorLog /var/log/apache2/youtube-dl_error.log
CustomLog /var/log/apache2/youtube-dl_access.log combined
</VirtualHost>