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.

Join this channel to get access to perks: https://www.youtube.com/@lazysysad/join

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 -   / lazysysad  
BUY ME A COFFEE - https://www.buymeacoffee.com/lazysysad
PAYPAL - https://paypal.me/lazysysad

LINKS:
How to Install Nginx Web Server -    • How to Install Nginx Web Server on Ub...  

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!!!

Комментарии

Информация по комментариям в разработке