Commit 0852a029 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

feat: added static server_name

parent 0c237cdf
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line

        # 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;