mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added some HTML formatting
SVN revision: 1694
This commit is contained in:
parent
bec68bc047
commit
dc23d2989e
@ -318,7 +318,7 @@ ProxyPass /elog/ http://your.host.domain:8080/
|
|||||||
and following has to be added to the section <i>"VirtualHOst ...:443</i> in
|
and following has to be added to the section <i>"VirtualHOst ...:443</i> in
|
||||||
/etc/httpd/conf.d/ssl.conf:
|
/etc/httpd/conf.d/ssl.conf:
|
||||||
|
|
||||||
<pre>
|
<ul><pre>
|
||||||
# Proxy setup for Elog
|
# Proxy setup for Elog
|
||||||
<Proxy *>
|
<Proxy *>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
@ -326,13 +326,13 @@ Allow from all
|
|||||||
</Proxy>
|
</Proxy>
|
||||||
ProxyPass /elog/ http://host.where.elogd.is.running:8080/
|
ProxyPass /elog/ http://host.where.elogd.is.running:8080/
|
||||||
ProxyPassReverse /elog/ http://host.where.elogd.is.running:8080/
|
ProxyPassReverse /elog/ http://host.where.elogd.is.running:8080/
|
||||||
</pre>
|
</pre></ul>
|
||||||
|
|
||||||
Then, following URL statement has to be written to elogd.cfg:
|
Then, following URL statement has to be written to elogd.cfg:
|
||||||
|
|
||||||
<pre>
|
<ul><pre>
|
||||||
URL = https://your.host.domain/elog
|
URL = https://your.host.domain/elog
|
||||||
</pre>
|
</pre></ul>
|
||||||
|
|
||||||
There is a more detailed step-by-step instructions at the
|
There is a more detailed step-by-step instructions at the
|
||||||
<a href="http://midas.psi.ch/elogs/contributions/11">contributions section<a>.
|
<a href="http://midas.psi.ch/elogs/contributions/11">contributions section<a>.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user