Add new config options for only binding to localhost

This commit is contained in:
Martin 2022-01-22 12:27:16 +01:00
parent 5e76def21c
commit f5d8bce2bb

View File

@ -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"