Explained: 7 Settings to Secure Nginx Web Server | Securing Nginx



Explained: 7 Settings to Secure Nginx Web Server | Securing Nginx

Explained: 7 Settings to Secure Nginx Web Server | Securing Nginx

In this video, you will learn how to secure Nginx by modifying the Nginx configuration file with these seven settings.

server_tokens off;
more_clear_headers Server;
add_header Content-Security-Policy “default-src ‘self'” always;
add_header X-Frame-Options “deny” always;
add_header X-Content-Type-Options “nosniff” always;
proxy_hide_header X-Runtime;
proxy_hide_header X-powered-by;

I’ll also demonstrate what each option does.

PLEASE SUBSCRIBE 🙂
PLEASE HIT LIKE IF IT HELPED 🙂

GIVE SUPPORT – https://www.patreon.com/lazysysad
BUY ME A COFFEE – https://www.buymeacoffee.com/lazysysad
PAYPAL – https://www.paypal.com/donate/?hosted_button_id=K4RQ3LAWHGVS6

LINKS:
How to Install Nginx Web Server – https://youtu.be/iJTscrYM6Eo

Chapters:
00:00 Intro
00:14 server_tokens off;
01:53 more_clear_headers Server;
03:22 add_header Content-Security-Policy “default-src ‘self'” always;
05:14 add_header X-Frame-Options “deny” always;
06:37 add_header X-Content-Type-Options “nosniff” always;
09:26 proxy_hide_header X-Runtime;
10:55 proxy_hide_header X-powered-by;
11:50 Outro

Drop me your feedback and comments below.

That’s all for now.

If this video helped you in any way, please like share and subscribe!

Thank you!!!

Comments are closed.