1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

Finalize php configuration

This commit is contained in:
David Duque
2020-06-21 15:18:46 +01:00
parent 0ccbf1b809
commit 5d6c23cff9
5 changed files with 8 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
root $ROOT;
index index.html index.htm;
# If you want to use the PHP socket, use the "php-fpm" alias.
# DON'T DELETE THE LINE BELOW
# ADDITIONAL DIRECTIVES HERE
# Disable viewing dotfiles (.htaccess, .svn, .git, etc.)

View File

@@ -7,6 +7,6 @@
## your own --- please do not ask for help from us.
upstream php-fpm {
server unix:/var/run/php/php7.3-fpm.sock;
server unix:/var/run/php/php!!___PHPVER___!!-fpm.sock;
}