Fix up vhost configuration
This commit is contained in:
parent
f10638e86e
commit
6826034958
@ -1,6 +1,12 @@
|
|||||||
# vim:set ft=apache:
|
# vim:set ft=apache:
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName desu.local
|
ServerName desu.local
|
||||||
|
DocumentRoot /usr/local/apache2/htdocs
|
||||||
|
<Directory "/usr/local/apache2/htdocs">
|
||||||
|
AllowOverride All
|
||||||
|
Options -Indexes +FollowSymLinks
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName jellyfin.desu.local
|
ServerName jellyfin.desu.local
|
||||||
|
Loading…
Reference in New Issue
Block a user