location/{
root $root_path;
try_files $uri $uri/ @gosite;
expires max;
access_log off;
}
location @gosite {
proxy_pass http://localhost:9110;
}
私は403を得たhttp://site/に来て、ユーザーが/ページの上に来たときに私はproxy_passを行うことができますどのように(バックエンドで、ページハンドラは「/」で動作しますか)?nginxのproxy_pass /場所
/詳細のようなURIであれば、すべてはあなたが禁止されたファイルにアクセスしようとしているときにエラー403が来るバックエンド