From 6826034958feccc9d286491a5e3680c1a70e2889 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 19:51:39 -0600 Subject: [PATCH] Fix up vhost configuration --- desu.local/frontend/vhost.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index ca2e79f..324ebfa 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -1,6 +1,12 @@ # vim:set ft=apache: ServerName desu.local + DocumentRoot /usr/local/apache2/htdocs + + AllowOverride All + Options -Indexes +FollowSymLinks + Require all granted + ServerName jellyfin.desu.local