aboutsummaryrefslogtreecommitdiff
path: root/tools/000-boca.conf
blob: 81df3683591d69788477dfa2f2827e74a098a0e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Directory /usr/lib/cgi-bin>
	Require all granted
</Directory>
<IfModule mod_fastcgi.c>
	AddHandler php7-fcgi .php
	Action php7-fcgi /php7-fcgi
	Alias /php7-fcgi /usr/lib/cgi-bin/php7-fcgi
	FastCgiExternalServer /usr/lib/cgi-bin/php7-fcgi -socket /var/run/php/php7.0-fpm.sock -idle-timeout 120 -pass-header Authorization
</IfModule>
<Directory /var/www/boca/src>
       AllowOverride Options AuthConfig Limit
       Order Allow,Deny
       Allow from all
       AddDefaultCharset utf-8
</Directory>
<Directory /var/www/boca/src/private>
       AllowOverride Options AuthConfig Limit
       Deny from all
</Directory>
<Directory /var/www/boca>
       AllowOverride Options AuthConfig Limit
       Deny from all
</Directory>
Alias /boca /var/www/boca/src