代碼: 選擇全部
server {
listen 55180;
listen [::]:55180;
root /var/www/html/551einv/public;
# Add index.php to the list if you are using PHP
index index.php index.html index.htm index.nginx-debian.html;
server_name 10.10.40.159;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
}
}
apt-get
代碼: 選擇全部
php-cli
php-fpm
php-mysql
php-curl
php-xml
php-mcrypt