Commit 6c942bc3 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fix for #6

parent d2aebb6d
Loading
Loading
Loading
Loading
Loading
+21 −20
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    listen 80;
    include /etc/nginx/mime.types;

          server_name  {{ .Values.rooturl }};
    server_name  portal_web;
    location / {
        root /usr/share/nginx/html/;
        index index.html index.htm;
@@ -21,3 +21,4 @@

    expires $expires;
    gzip  on;
}
 No newline at end of file