diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/jekyll-documentroot.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/jekyll-documentroot.conf b/etc/jekyll-documentroot.conf index adf5beb..0770886 100644 --- a/etc/jekyll-documentroot.conf +++ b/etc/jekyll-documentroot.conf @@ -1 +1,5 @@ +Listen 8080 DocumentRoot /opt/app-root/src/documentroot +<Directory "/opt/app-root/src/documentroot"> + Require all granted +</Directory> |