diff --git a/Containers/mastercontainer/mastercontainer.conf b/Containers/mastercontainer/mastercontainer.conf
index 6a7d37dd..7d294694 100644
--- a/Containers/mastercontainer/mastercontainer.conf
+++ b/Containers/mastercontainer/mastercontainer.conf
@@ -1,5 +1,5 @@
-Listen 8000
-Listen 8080
+Listen 127.0.0.1:8000
+Listen 8080 https
# Deny access to .ht files
@@ -7,8 +7,8 @@ Listen 8080
# Http host
-
- ServerName localhost
+
+ ServerName 127.0.0.1
# Add error log
CustomLog /proc/self/fd/1 proxy