mise au point atelier condition
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
Allowoverride none
|
||||
Require all denied
|
||||
</Directory>
|
||||
{% if use_php %}
|
||||
<FilesMatch \.php$>
|
||||
SetHandler proxy:fcgi://localhost:9000
|
||||
</FilesMatch>
|
||||
{% endif %}
|
||||
|
||||
<Directory {{ vhost.documentroot }}>
|
||||
Options {{ vhost.documentrootoptions|default( "none" ) }}
|
||||
|
||||
Reference in New Issue
Block a user