parent
58314f59c2
commit
5989940361
|
@ -14,7 +14,7 @@ server {
|
||||||
|
|
||||||
location ~ \.php(?:$|/) {
|
location ~ \.php(?:$|/) {
|
||||||
fastcgi_split_path_info ^(.+.php)(/.+)$;
|
fastcgi_split_path_info ^(.+.php)(/.+)$;
|
||||||
fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
|
fastcgi_pass unix:/run/postfixadmin/postfixadmin.sock;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
|
|
||||||
include fastcgi.conf;
|
include fastcgi.conf;
|
||||||
|
|
|
@ -8,7 +8,7 @@ location /postfixadmin/public {
|
||||||
|
|
||||||
location ~ \.php(?:$|/) {
|
location ~ \.php(?:$|/) {
|
||||||
fastcgi_split_path_info ^(.+.php)(/.+)$;
|
fastcgi_split_path_info ^(.+.php)(/.+)$;
|
||||||
fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
|
fastcgi_pass unix:/run/postfixadmin/postfixadmin.sock;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
|
|
||||||
include fastcgi.conf;
|
include fastcgi.conf;
|
||||||
|
|
Loading…
Reference in New Issue