Introduction One way to guard against out-of-memory errors in applications is to add some swap space to your server. In
Continue readingCategory: Server
Disable wp corn and enable regular corn job in digital ocean
We have to add the following code in wp-config.php 2. Install corn job in doplet (Ubuntu) 3. Now we have
Continue readingAdd more memory in Digital ocean
I quickly checked this by And the output suggested that there is no swap file provisioned. This is how the
Continue readingEnable http2 in Digitalocean nginx linux server
Edit /etc/nginx/sites-available/your_domain Have to add http2 after ssl as bellow Add # tag before bellow line Now have to add
Continue readingSSL issue in nginx
BIO_new_file(“/etc/letsencrypt/live/domain.com/fullchain.pem”) failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen(‘/etc/letsencrypt/live/domain.com/fullchain.pem’,’r’) Solutions Find where the issue 2. fix or reset them 3.
Continue readingupstream sent too big header while reading response header from upstream
Easy way to solve in nginx server 1. Suppose the configuration as 2. Now we need to add The final
Continue reading