Skip to content
Snippets Groups Projects
Commit 0852a029 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

feat: added static server_name

parent 0c237cdf
No related branches found
No related tags found
2 merge requests!13Merging 2024Q2_RC into main, creating 2024Q2 Release,!9Resolve "Update obsolete nginx configuration for image build"
Pipeline #5854 passed
# 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment