Posts by Category

NGINX

NGNIX - Load Balancing

less than 1 minute read

The upstream directive The upstream directive defines groups of servers that can be referenced by the proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass, memcac...

NGNIX - Configuring Virtual Hosts

less than 1 minute read

Virtual host configuration file locations: /etc/nginx/conf.d /etc/nginx/sites-available /etc/nginx/sites-enabled

NGNIX - Rewrites

less than 1 minute read

The rewrite directive: Changes part or all of the URL in a client request:

NGINX Basics

less than 1 minute read

Location for all configuration files: nginx.conf Virtual host configuration files: conf.d directory (RHEL) sites-a...

Back to Top ↑

Linux

SSH

less than 1 minute read

Common Flags -l Used to specify username -i filename Used to specify private key used for authenticating -F filename Used for specifying which config ...

Back to Top ↑