diff --git a/conf/includes/EDA Viewer.conf b/conf/includes/EDA Viewer.conf index 520ad92..7af4716 100644 --- a/conf/includes/EDA Viewer.conf +++ b/conf/includes/EDA Viewer.conf @@ -1 +1,2 @@ -location / { proxy_pass http://localhost:5003; } \ No newline at end of file +location / { proxy_pass http://localhost:5003; } +# http://localhost:5003/Background?set_is_primary_instance=false&a \ No newline at end of file diff --git a/conf/nginx.conf b/conf/nginx.conf index 4c9d8e6..a0fa983 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,6 +12,7 @@ http { listen 443 ssl http2; listen [::]:443 ssl http2; server_name *.mes.infineon.com; + # http://eaf-staging.mes.infineon.com/Background?set_is_primary_instance=true # ssl_certificate "includes/ec-server.cer"; ssl_certificate "includes/ec-server.crt"; ssl_certificate_key "includes/ec-server.key"; @@ -23,7 +24,8 @@ http { listen 80; listen 443 ssl http2; listen [::]:443 ssl http2; - server_name mestsa07ec.ec.local; + server_name mestsa07ec.*; + # http://mestsa07ec.infineon.com/Background?set_is_primary_instance=true&a # ssl_certificate "includes/localhost.crt"; # ssl_certificate_key "includes/localhost.key"; # ssl_certificate "includes/ec-server.cer";