invalid number of arguments in “proxy_pass“ directive in /usr/local/nginx/conf/nginx.conf:46

Daily error reports.

In the nginx configuration file, the following error is reported:

invalid number of arguments in "proxy_pass" directive in /usr/local/nginx/conf/nginx.conf:46
 

the reason is:

In nainx.conf the proxy_pass properties finally configure address port ; colon instead : semicolon.

The problem can be solved after modification.

Guess you like

Origin blog.csdn.net/m0_46405589/article/details/114535632