Category : Customer Setup

Go to /usr/local/directadmin/custombuild/ 2. Edit options.conf 3. Change below config to : #PHP Settingsphp1_release=7.2php1_mode=php-fpmphp2_release=7.1php2_mode=php-fpm Proceed to compile the PHP version via :‌ ./build php‌ 4. In this guide, the new PHP version is PHP71, therefore we go to directory:‌ /usr/local/php71/etc/php-fpm.d‌ 5. Edit Domain config, at the bottom of the config, change :‌ security.limit_extensions = .php ..

Read more

Login to the web server and add user to create the user directory : adduser apio2ocon 2. Create public_html directory : mkdir -p /home/apio2ocon/public_html 3. Login to LB Server, add the new config in NGINX : /etc/nginx/vhosts/api.o2oconnect.com/nginx.conf Copy the config from another domain config, just change the domain name and server IP‌ 4. Include the ..

Read more