System Design | Implementation Rule Book | CheatSheet
By Prithvi Atal, Engineer, Driving High-Performance Solutions
Showing posts with label
NginX
.
Show all posts
Showing posts with label
NginX
.
Show all posts
Wednesday, September 14, 2022
Https setup in Nginx
›
1. Install the Nginx server and the required packages. apt-get update apt-get install nginx openssl 2. Create a private key and the website...
Tuesday, September 13, 2022
nGinx rewrite rules configuration
›
The rewrite Directive rewrite regex URL [flag]; eg: rewrite ^ $request_uri; server { # ... rewrite ^(/download/.*)/media/(\w+)\.?.*...
Saturday, May 12, 2012
NginX Basic Features
›
NginX basic Info: Open source Web server A reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, A strong focus on high con...
›
Home
View web version