Heim > Fragen und Antworten > Hauptteil
Der Server ist Centos7.0 LNMP, installiert mit OneinStack. Ich habe festgestellt, dass jedes Problem im Wesentlichen mit der Konfiguration dieser Dateien zusammenhängt, daher möchte ich eine Standardkonfiguration finden, die das Problem sofort lösen kann.
Fordern Sie die Standardkonfiguration der folgenden Dateien an
/usr/local/nginx/conf/nginx.conf
/usr/local/nginx/conf/vhost/www.yuming.com.conf
/usr/local/php/etc/php-fpm.conf
/usr/local/php/etc/php.ini
/usr/local/redis/etc/redis.conf
/etc/varnish/default.vcl
黄舟2017-06-10 09:49:43
yum install --downloadonly --downloaddir=./tmp/ php-fpm php nginx redis varnish
然后自己解包看吧