mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added 'port' option
SVN revision: 137
This commit is contained in:
parent
a177979f30
commit
2d38254389
@ -77,6 +77,12 @@ The following options are specific to the <b><code>[global]</code></b> section:
|
|||||||
<p>
|
<p>
|
||||||
<UL>
|
<UL>
|
||||||
|
|
||||||
|
<LI><b><code>Port</code></b>
|
||||||
|
<br>
|
||||||
|
Specifies the TCP port under which the server is listening. Default is 80. Can be superseeded
|
||||||
|
via the '-p' command line flag.
|
||||||
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Language = <name></code></b>
|
<LI><b><code>Language = <name></code></b>
|
||||||
<br>
|
<br>
|
||||||
The language setting determines the language of the <code><b>elogd</b></code> output. Not affected by this
|
The language setting determines the language of the <code><b>elogd</b></code> output. Not affected by this
|
||||||
|
|||||||
@ -8,6 +8,9 @@
|
|||||||
|
|
||||||
[global]
|
[global]
|
||||||
|
|
||||||
|
# Server TCP port
|
||||||
|
Port = 80
|
||||||
|
|
||||||
# Switches on (1) and off (0) logbook tabs
|
# Switches on (1) and off (0) logbook tabs
|
||||||
Logbook tabs = 1
|
Logbook tabs = 1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user