}

Nginx Index Page 1

Nginx improve TTFB latency tutorial

In this tutorial, we are going to explain how to improve page speed when using nginx. The article focuses on TTFB (Time to first byte) to improve google page speed. We will focus on nginx using HTTPS. Check our tutorial to fix the TTFB issue.

Nginx Index Page 1

How to enable nginx enable gzip

Follow this guide to enable compression using gzip. By default nginx compresses response with text/html mime type. Using

Nginx Index Page 1

[SOLVED] Status code 413: Request Entity Too Large Error While with Nginx

If you got the error “413 Request Entity Too Large” in Nginx, set the value of “client_max_body_size” to a bigger value. The configuration is located at /etc/nginx/nginx.conf. Check here for more details on this solution.

Nginx Index Page 1

Nginx static files return 403 even with correct permission

If you have the correct owner and permission on your statis directory and you still get an error 403 with nginx, check if selinux is not allowing nginx to server the files. use the command chcon -Rt httpd_sys_content_t /var/www... to allow http to be served from that directory. Check this solution for full details

Nginx Index Page 1

CloudFlare: How to log original IP with nginx

Nginx Index Page 1

Clone all repositories of a git server (works for gitolite, bitbucket, gitlab)

Check this tutorial to learn how to clone all git repos for gitolite, bitbucket or gitlab. We are going to show you bash code to clone all repositories of your username.

Nginx Index Page 1

Nginx Index Page 1

How to remove Nouveau kernel driver (fix Nvidia install error)

When installing official Nvidia drivers you will get an error "The Nouveau kernel driver is currently in use by your system". In this brief tutorial we explain how to disable the Nouveau driver.

Nginx Index Page 1

How to share internet with Gnome 3 (Fedora 26 also works)

Use you linux computer to share your WiFi connection to ethernet.

Nginx Index Page 1

How to configure WPA2 enterprise on linux LEDE

Steps to configure WPA2 enterprise (802.1x) on linux lede. This will add the ability to have individual usernames and passwords. This will add more security to your WiFi.