XenForo
Administrative
- Thread starter
- Admin
- #1
I am simply trying to move an XF 2 installation and use nginx instead of Apache.
Following the link here:
XenForo | NGINX
I configure nginx to pass off to php-fpm when it encounters a php file. However, using this directive:
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}
The php is never sent to php-fpm with fastcgi_pass, but instead the...
Read more
ادامه مطلب...
Following the link here:
XenForo | NGINX
I configure nginx to pass off to php-fpm when it encounters a php file. However, using this directive:
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}
The php is never sent to php-fpm with fastcgi_pass, but instead the...
Read more
ادامه مطلب...