How To enable SSL Let’s Encrypt + Directadmin + Nginx webserver + WordPress, My webapps, like /roundcube are not working when I try to setup custom wordpress rewrite in my nginx.conf. if you need enable ssl with nginx webserver on directadmin you read this tutorial If you’re trying to setup WordPress redirects in your user… Read Article →
Posts Tagged: directadmin
tutorial VPS Directadmin, how to install and enable Let’s Encrypt on directadmin. Let’s Encrypt is a free, automated, and open Certificate Authority. To enable HTTPS on your website, you need to get a certificate (a type of file) from a Certificate Authority (CA). Let’s Encrypt is a CA. In order to get a certificate for… Read Article →
tutorial vps directadmin Installing an SSL certificate for your hostname using LetsEncrypt, if you need enable SSL for your hostname, you can use this :
1 2 |
cd /usr/local/directadmin/scripts ./letsencrypt.sh request_single your.hostname.com 4096 |
which will also install the new cert/key/ca files in all respective global places for apache, dovecot, exim, ftp, and DirectAdmin.
Tutorial Install Nginx Directadmin, why choose Nginx webserver and increase the performance ? Nginx is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. Unlike traditional servers, Nginx doesn’t rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture. This architecture uses small,… Read Article →
when you getting some brute force attacks recently, specially targeted on exim. you have running CSF, but it seems it doesn’t monitor exim and getting loads of emails from directadmin “brute force attack detected”, maybe you can manually block the IP and waste your time, you can add this script and put automatically block IP… Read Article →
How to install and convert Cloudlinux on Centos, you can migrate from old OS linux Centos become to cloudlinux, CloudLinux is the first commercial OS that meets the specific needs and demands of web hosting providers. CloudLinux is the choice for web hosting providers because of the stable environment it provides even in the most… Read Article →
last tutorial setting Directadmin + Nginx + WordPress Permalinks Rewrite Url for single domain, now you can add more domain Using custom global templates with Nginx, lets do it, This guide will describe how to setup customized global per-User/Domain templates, so you nginx server configurations can be changed however you need. 1. Copy the templates… Read Article →
Tutorial Directadmin Nginx how to get URL rewrites and WordPress permalinks, when you install nginx on directadmin after install read more link on wordpress show this error 404 Not Found, now you can use Directadmin+Nginx permalinks on WordPress, Because I use WordPress, The first thing I did was set permalinks to default, and everything show… Read Article →
Tutorial how to install directadmin Hardware minimum specification for directadmin: Directadmin at least highly recommend a processor of at least 500 Mhz even though DirectAdmin will run on slower systems. A minimum 1 GB of memory is required (2+ GB is preferred), with at least 2 GB of swap memory. A hard drive with at… Read Article →