nginx配置应该怎么写 我大概在http里面加了 location /xxx{ root /home/aaa/xxx; proxy_pass http://127.0.0.1:4000; }
location /yyy{ root /home/aaa/yyy; proxy_pass http://127.0.0.1:5000 }
怎么取不到public里面的css文件?
nginx配置应该怎么写 我大概在http里面加了 location /xxx{ root /home/aaa/xxx; proxy_pass http://127.0.0.1:4000; }
location /yyy{ root /home/aaa/yyy; proxy_pass http://127.0.0.1:5000 }
怎么取不到public里面的css文件?