diff options
author | 2018-07-11 22:15:03 +0900 | |
---|---|---|
committer | 2018-07-11 22:15:03 +0900 | |
commit | 5bb189641338e5066a1b8656eb5c62fb5c84932d (patch) | |
tree | ade70b842fbd70bf0b375f7b6b38fab68693bf3f /www-servers/h2o/files | |
parent | www-servers/h2o: inherit ssl-cert (diff) | |
download | gentoo-5bb189641338e5066a1b8656eb5c62fb5c84932d.tar.gz gentoo-5bb189641338e5066a1b8656eb5c62fb5c84932d.tar.bz2 gentoo-5bb189641338e5066a1b8656eb5c62fb5c84932d.zip |
www-servers/h2o: fix docs installation path
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'www-servers/h2o/files')
-rw-r--r-- | www-servers/h2o/files/h2o.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www-servers/h2o/files/h2o.conf b/www-servers/h2o/files/h2o.conf index a135cc357351..23f2d76d51ee 100644 --- a/www-servers/h2o/files/h2o.conf +++ b/www-servers/h2o/files/h2o.conf @@ -15,6 +15,3 @@ hosts: paths: "/": file.dir: /var/www/localhost/htdocs - "/doc": - file.dir: /usr/share/doc/h2o/ - file.index: [ 'index.html' ] |