Search Results for tag nginx

Found 11 results
How to Enable HSTS in Nginx, Apache, Flask, NodeJS
This blog post shows how to enable HSTS in Nginx, Apache, Flask and NodeJS. ... read more
{ updated: 2023-12-09 }
How to Find SSL Certificate Expiration Date
This blog post shows how to find the SSL certification expiration date. This works for both remote websites and certificates stored locally. ... read more
{ updated: 2023-10-13 }
Generate Self-Signed SSL certificate using OpenSSL in one line
How to create self-signed SSL certificate in one command. This generates ssl certificate and key. ... read more
{ updated: 2022-10-16 }
Parsing Web Server Logs
Different ways of parsing web server logs. Finding unique IP addresses of visitors. ... read more
{ updated: 2017-01-02 }
Disabling SELinux in CentOS 7
Nginx does not run with SELinux enabled. I had to disable it to allow the nginx process to run. ... read more
{ updated: 2016-02-11 }
Configuring Nginx to forward PHP requests to Apache mod_php
HOWTO: Nginx to forward PHP requests to Apache mod_php. ... read more
{ updated: 2009-07-03 }
Installing Nginx web server
Installing Nginx web server for Debian/Ubuntu/RedHat Linux. ... read more
{ updated: 2009-07-01 }
Configuring Nginx web server
Configuring Nginx web server. nginx.conf tweaks. ... read more
{ updated: 2009-07-01 }
Configuring Nginx to include PHP FastCGI support
How to configure Nginx to include PHP FastCGI support. ... read more
{ updated: 2009-07-01 }
How to forward Nginx Perl requests to Apache mod_cgi
How to forward Perl (.pl) requests in Nginx web server to Apache mod_cgi. ... read more
{ updated: 2009-07-01 }
How to compress your webpages
How to compress webpages using gzip or deflate. Apache, Nginx, Lighttpd web servers. ... read more
{ updated: 2008-12-01 }