Sometimes you may need to run NodeJS app in background. Here are the steps to run a NodeJS server in background.
How to Fix EADDRINUSE error in NodeJS
Sometimes you may get an error EADDRINUSE when you try to start NodeJS server. Here are the steps to fix it.
How to Use ES6 Import in NodeJS
How to Prevent Direct Access to PHP File
Sometimes you may want to prevent direct access to PHP file on your website. Here are the steps to prevent a PHP file from direct URL access.
How to Fix NGINX Upstream Timed Out Error
Sometimes you may get an Upstream Timed Out Error in NGINX Server. Here is how to fix this problem easily.
How to Download File from NodeJS Server
How to Fix Errno 13 Permission Denied Error in Django
NGINX: How to Fix Upstream Sent too big header Error
If you run NGINX proxy configuration, you may get “Upstream Set Too Big Header” error. Here is how to fix upstream sent too big header error.
How to Install more_set_headers in NGINX
more_set_headers allows youto override response headers in NGINX. Here are the steps to install more_set_headers in NGINX.
How to Modify Response Header in NGINX
NGINX allows you to change response headers as per your requirement. Here are the steps to modify response header in NGINX.