diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-11 15:21:26 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-11 15:21:26 +0000 |
| commit | 2335bd3439bba04867b91ceae7abd36b5a913129 (patch) | |
| tree | 60f0ecbea15ca8b58129a1483e91b94fa589785c /tools/000-boca.conf | |
| parent | 2ae0bfc9da1edd95caa6f6102269b98ac277e7a7 (diff) | |
| download | boca-2335bd3439bba04867b91ceae7abd36b5a913129.tar.gz boca-2335bd3439bba04867b91ceae7abd36b5a913129.zip | |
fix to package scripts
Diffstat (limited to 'tools/000-boca.conf')
| -rw-r--r-- | tools/000-boca.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/000-boca.conf b/tools/000-boca.conf new file mode 100644 index 0000000..66c62fe --- /dev/null +++ b/tools/000-boca.conf @@ -0,0 +1,15 @@ +<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 |