diff --git a/nginx-custom.conf b/nginx-custom.conf
index 83307e4328696b0d2f73dd98d798b0e7e3d7bcb9..74101ac4ddff33a767e3628dc9fe61113200c6a4 100644
--- a/nginx-custom.conf
+++ b/nginx-custom.conf
@@ -1,4 +1,3 @@
-
         # Expires map
         map $sent_http_content_type $expires {
             default                    off;
@@ -13,7 +12,7 @@
                 listen 80;
                 include /etc/nginx/mime.types;
 
-          server_name  {{ .Values.rooturl }};
+          server_name tmf_web;
           location / {
               root /usr/share/nginx/html/services;
               index index.html index.htm;