diff --git a/doc/adminguide.html b/doc/adminguide.html index 6d9951d6..897c0359 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -318,7 +318,7 @@ ProxyPass /elog/ http://your.host.domain:8080/ and following has to be added to the section "VirtualHOst ...:443 in /etc/httpd/conf.d/ssl.conf: -
+
# Proxy setup for Elog <Proxy *> Order deny,allow @@ -326,13 +326,13 @@ Allow from all </Proxy> ProxyPass /elog/ http://host.where.elogd.is.running:8080/ ProxyPassReverse /elog/ http://host.where.elogd.is.running:8080/ -+ Then, following URL statement has to be written to elogd.cfg: -
+
URL = https://your.host.domain/elog -+ There is a more detailed step-by-step instructions at the contributions section.