Apache 和 Nginx 設定檔¶
Apache 設定檔¶
所有 Plesk 特定的 Apache 設定檔都通過檔 zz010_psa_httpd.conf
使用 Include
指令包括在 Apache 系統組態(默認是 /etc/httpd/httpd.conf
)中。文件 zz010_psa_httpd.conf
根據作業系統的不同可能位於 /etc/apache2/conf.d/
或 /etc/httpd/conf.d/
中。
下表表示 Apache 設定檔的層次結構。
在該圖表上:
|
|
---|---|
|
|
|
|
|
文件 file_sharing.conf
未生成,但是與 Plesk 附帶提供。
來自 siteapp.d/*.conf
的檔與相應的 APS 包附帶提供。
預留位置 <domain_name>
是為其生成配置的網站的域名。
nginx 設定檔¶
所有 Plesk 特定的 nginx 設定檔都通過檔 zz010_psa_nginx.conf
使用 Include
指令包括在 nginx 系統組態(默認是 /etc/httpd/nginx.conf
)中。文件 zz010_psa_nginx.conf
位於 /etc/nginx/conf.d/
中。
下表表示 nginx 設定檔的層次結構。
在該圖表上:
|
|
---|---|
|
|
|
|
|
預留位置 <domain_name>
是為其生成配置的網站的域名。