mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Add new config options for only binding to localhost
This commit is contained in:
parent
5e76def21c
commit
f5d8bce2bb
@ -10,12 +10,20 @@
|
||||
FASTCGI_PORT=55413
|
||||
|
||||
#Enable internal HTTP server
|
||||
# Required for serving web interface without FastCGI
|
||||
# and for websocket connections from client
|
||||
HTTP_SERVER="true"
|
||||
|
||||
#Port for the web interface
|
||||
#(if internal HTTP server is enabled)
|
||||
HTTP_PORT=55414
|
||||
|
||||
#Bind HTTP server to localhost only
|
||||
HTTP_LOCALHOST_ONLY=false
|
||||
|
||||
#Bind Internet port to localhost only
|
||||
INTERNET_LOCALHOST_ONLY=false
|
||||
|
||||
#log file name
|
||||
LOGFILE="/var/log/urbackup.log"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user