我正在嘗試優化我的nginx配置,因此可以設置一個變量,並且所有位置路徑都會自動更新。 ... set $variable 'php'; server_name $variable.domain.com; ...
確定! 回上一頁