Skip to content

Commit

Permalink
Update httpd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
docteurklein authored Sep 29, 2022
1 parent 039e8b9 commit b4d79bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ CustomLog /proc/self/fd/1 common

TypesConfig conf/mime.types

<FilesMatch \.php$>
<Location "/index.php">
SetHandler "proxy:fcgi://fpm:9000"
</FilesMatch>
</Location>

SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

Expand Down

0 comments on commit b4d79bb

Please sign in to comment.