diff --git a/atdb/atdb/settings/docker_sdc.py b/atdb/atdb/settings/docker_sdc.py
index f507dcbc1193c23168a8d6444ecf80d3a9cffc39..35ce0aaea3b8bf46b966d7536a43ee14c744be69 100644
--- a/atdb/atdb/settings/docker_sdc.py
+++ b/atdb/atdb/settings/docker_sdc.py
@@ -13,6 +13,7 @@ ALLOWED_HOSTS = ["*"]
 # True: Enables a header that tells the UA to switch on the XSS filter.
 # http://django-secure.readthedocs.io/en/latest/middleware.html#x-xss-protection-1-mode-block
 SECURE_BROWSER_XSS_FILTER = True
+USE_X_FORWARDED_HOST = True
 
 # Prevents the site from being deployed within a iframe.
 # This prevent click-jacking attacks.
diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html
index c93d0814562e184b3be39384cddcd0a381e7e0fd..1ccfc2d6b96e300e655e0145cd491e871eef0c2a 100644
--- a/atdb/taskdatabase/templates/taskdatabase/index.html
+++ b/atdb/taskdatabase/templates/taskdatabase/index.html
@@ -34,7 +34,7 @@
         {% include 'taskdatabase/pagination.html' %}
        </div>
     </div>
-    <p class="footer"> Version 13 Januari 2022 - 11:00
+    <p class="footer"> Version 16 Januari 2022 - 12:00
 
 </div>