Directory options and parameter for php handler
This commit is contained in:
parent
2e7d7c8002
commit
d0b03d033b
|
@ -327,7 +327,10 @@ vars:
|
||||||
{
|
{
|
||||||
"aliases":[],
|
"aliases":[],
|
||||||
"ssl_cert":"certbot",
|
"ssl_cert":"certbot",
|
||||||
"doc_root":"$(apache.www_dir)/$(site_param[domain])"
|
"doc_root":"$(apache.www_dir)/$(site_param[domain])",
|
||||||
|
"doc_root_options":"Indexes FollowSymLinks",
|
||||||
|
"php":true,
|
||||||
|
"php_handler":"application/x-httpd-php"
|
||||||
}
|
}
|
||||||
';
|
';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue