您的当前位置:首页nginx 404 图片均衡

nginx 404 图片均衡

2024-06-07 来源:乌哈旅游
error_page 404 = /atta/$request_uri;




        location /atta/ {
                internal;
                proxy_set_header  Host $host;
                proxy_set_header X-Forwarded-For $remote_addr;
                proxy_pass http://imcom/;
                #proxy_set_header Accept-Encoding '';
                proxy_store off;
        }

因篇幅问题不能全部显示,请点此查看更多更全内容