proxy_temp_path 缓存临时目录 proxy_cache_path 真正缓存存放目录两个目录必须放在同一分区 upstream webserver { server 10.125.192.4:8080; } server { listen 80; ...
確定! 回上一頁