Pas besoin du AllowOverride

This commit is contained in:
Vincent LAURENT 2022-01-26 15:21:38 +01:00 committed by GitHub
parent da76ec041b
commit 2f834f6ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ max_file_uploads = 201 # Nombre de pages maximum du PDF, ici 200 pages + le PDF
DocumentRoot /path/to/signaturepdf/public
<Directory /path/to/signaturepdf/public>
AllowOverride All
Require all granted
FallbackResource /index.php
php_value max_file_uploads 201