Compare commits

..

1 Commits

Author SHA1 Message Date
cc4a0f6bd3 mestsa006.infineon.com 2023-05-10 20:08:13 -07:00
2 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
location / { proxy_pass http://localhost:5007; } location / { proxy_pass http://localhost:5010; }

View File

@ -14,17 +14,22 @@ http {
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
include "includes/html-error.conf"; include "includes/html-error.conf";
} }
server {
listen 5051;
server_name localhost;
include "includes/www.conf";
}
server { server {
listen 80; listen 80;
server_name mestsa03ec; server_name yoda-dev.*;
include "includes/YODA Viewer.conf"; include "includes/YODA Viewer.conf";
} }
server { server {
listen 80; listen 80;
server_name mestsa03ec.ec.local; server_name goto-dev.*;
include "includes/Mesa GoTo Viewer.conf"; include "includes/Mesa GoTo Viewer.conf";
} }
} }
#cd "C:\Users\ECYODASvc\AppData\Local\IFXApps\nginx-1.20.1" #cd "C:\Users\MESYODASVC\AppData\Local\IFXApps\nginx-1.20.1"
#.\nginx -t #.\nginx -t
#.\nginx -s reload #.\nginx -s reload