diff --git a/defaults_server b/defaults_server index 07bc9b1e..267b4641 100755 --- a/defaults_server +++ b/defaults_server @@ -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"