Merge pull request #2478 from stschake/fix/api-listen-ip

Only listen on localhost for API calls
This commit is contained in:
Mark Liversedge
2017-04-26 07:46:18 +02:00
committed by GitHub

View File

@@ -6,3 +6,4 @@ cleanupInterval=1000
readTimeout=60000
maxRequestSize=16000
maxMultiPartSize=1000000
host=127.0.0.1