[Linux] Web Service 環境安裝建置 by LNMP – Ubuntu
LNMP Server Environment Installation Version: 1.2.0 Environment: Ubuntu 18.04 LTS Installer on Github Nginx Web Server Installation apt-get install nginx Configuration: /etc/nginx/nginx.conf > client_max_body_size 128M; > worker_processes 2; (if instance core is 2) PHP-FPM Install php-fpm (php7.0-fpm) with extensions apt-get […]