Nginx forward the URL to specify the characteristics of the service

    location ^ ~ / fs / {# The https://xx.com / FS / Upload forwarded to the file server
           	proxy_pass http://127.0.0.1:8080/fs/;
			    
       	}

  

Guess you like

Origin www.cnblogs.com/irobotzz/p/12070162.html