nginx_about
nginx 反向代理绝对路径例示配置
server {
listen 80;
server_name doctor.com;
location /a {
proxy_pass http://localhost:2220/;
}
nginx 反向代理绝对路径例示配置
server {
listen 80;
server_name doctor.com;
location /a {
proxy_pass http://localhost:2220/;
}