kibana是通過前段nginx進行訪問的,在通過vpn的的模式下可能會出現打不開的情況,如下報錯:
chrome net::ERR_CONNECTION_RESET 錯誤
服務器:nginx fastcgi php php
瀏覽器:chromenginx
報錯:net::ERR_CONNECTION_RESET chrome
修改nginx.conf, 在http { } 配置里添加 client_max_body_size 128m; 這個大小適量調一下就行了瀏覽器