Which one should be changed? How much should it be changed to? ?
PHPz2017-05-16 17:01:27
Update:
I think the poster is using Windows, but it is difficult to use nginx. Let’s solve it in apache. Set up a virtual host in apache, and then proxy it to iis.
Same as above, set up nginx on the front end, give 80 to Nginx, then make a virtual host and proxy to apache, iis, tomcat, nodejs and other services.
过去多啦不再A梦2017-05-16 17:01:27
Modify it depends on which service your port 80 needs to correspond to.
apache and IIS must run different services.
Choose your main service to use port 80.
Another option is to choose any unoccupied port such as 8080 code>
8080
然后再用nginx
Then use nginx
as a reverse proxy to this port