diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-03 14:36:01 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-03 14:36:01 +0100 |
commit | 37e1aa24fa024a5d642f143638435975a48dcf61 (patch) | |
tree | 84f296f6058e2661d9c702c029a9939e8c5c2423 /etc | |
parent | 4bdf2d55acd002a6239fb0cf9f8998640d0479cb (diff) | |
download | s2i-jekyll-37e1aa24fa024a5d642f143638435975a48dcf61.tar.gz |
fix apache config
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> |