ec.local to infineon.com

URL
This commit is contained in:
Mike Phares 2023-10-17 09:34:43 -07:00
parent 1d8b2cfa65
commit c6627e4267
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
location / { proxy_pass http://localhost:5003; }
location / { proxy_pass http://localhost:5003; }
# http://localhost:5003/Background?set_is_primary_instance=false&a

View File

@ -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";