Compare commits
1 Commits
mestsa006.
...
mestsa03ec
Author | SHA1 | Date | |
---|---|---|---|
d92a94db3f |
@ -1 +1 @@
|
|||||||
location / { proxy_pass http://localhost:5010; }
|
location / { proxy_pass http://localhost:5007; }
|
@ -14,22 +14,17 @@ 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 yoda-dev.*;
|
server_name mestsa03ec;
|
||||||
include "includes/YODA Viewer.conf";
|
include "includes/YODA Viewer.conf";
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name goto-dev.*;
|
server_name mestsa03ec.ec.local;
|
||||||
include "includes/Mesa GoTo Viewer.conf";
|
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 -t
|
||||||
#.\nginx -s reload
|
#.\nginx -s reload
|
Reference in New Issue
Block a user