verze 0.1.0
This commit is contained in:
14
apache-phpfpm.conf
Normal file
14
apache-phpfpm.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# JASNĚ definovaný kořen
|
||||
DocumentRoot "/var/www/html"
|
||||
|
||||
<Directory "/var/www/html">
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
# PHP má přednost
|
||||
DirectoryIndex index.php index.html
|
||||
|
||||
# Předáme FPMu plnou cestu k .php
|
||||
ProxyPassMatch "^/(.*\.php(/.*)?)$" "fcgi://127.0.0.1:9000/var/www/html/$1"
|
||||
|
||||
Reference in New Issue
Block a user