How to proxy pass two applications running on / on two different ports

后端 未结 0 524
庸人自扰
庸人自扰 2020-12-16 12:15

this is my nginx configuration file

server {
    listen 80;
    server_name 0.0.0.0;
    client_max_body_size 10000M;
    location / {
            auth_basic          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题