nginx根據url指定root目錄

if ($request_uri ~* "/(v\d+)/.*" ) { set $version $1; } root /home/code/php/potato/$version/food/public;
相關文章
相關標籤/搜索