Compare commits

..

1 Commits

Author SHA1 Message Date
d92a94db3f mestsa03ec.ec.local 2023-05-10 20:01:25 -07:00
2 changed files with 4 additions and 9 deletions

View File

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

View File

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