ec.local to infineon.com
URL
This commit is contained in:
parent
1d8b2cfa65
commit
c6627e4267
@ -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
|
@ -12,6 +12,7 @@ http {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name *.mes.infineon.com;
|
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.cer";
|
||||||
ssl_certificate "includes/ec-server.crt";
|
ssl_certificate "includes/ec-server.crt";
|
||||||
ssl_certificate_key "includes/ec-server.key";
|
ssl_certificate_key "includes/ec-server.key";
|
||||||
@ -23,7 +24,8 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
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 "includes/localhost.crt";
|
||||||
# ssl_certificate_key "includes/localhost.key";
|
# ssl_certificate_key "includes/localhost.key";
|
||||||
# ssl_certificate "includes/ec-server.cer";
|
# ssl_certificate "includes/ec-server.cer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user