Pass cert password to Nginx with https site during restart
http {
ssl_password_file /etc/keys/global.pass;
...
#nginx
https://stackoverflow.com/questions/33084347/pass-cert-password-to-nginx-with-https-site-during-restart
How to block specific user agents on #Nginx web server.
create /etc/nginx/useragent.rules, & define a map with all blocked user agents as:
map $http_user_agent $putoagent {
default 0;
~*malicious 1;
~*backdoor 1;
~*netcrawler 1;
~Puto 1;
~webbandit 1;
}
open an nginx configuration file of your website, which contains http section, & add
http {
…
include /etc/nginx/useragent.rules
}
https://www.xmodulo.com/block-specific-user-agents-nginx-web-server.html
How to block a specific user agent in nginx config.
#nginx
https://stackoverflow.com/questions/22144092/how-to-block-a-specific-user-agent-in-nginx-config
Nginx 1.23.1 / ModSecurity v3 Connector v1.0.3 for Debian Bullseye Backports
#nginx #debian #linux #modsecurity
https://github.com/Metztli/debian-modsecurity-nginx-connector
#NGINX #Debian #Linux #ModSecurity
Module ngx_http_stub_status_module
...
The ngx_http_stub_status_module module provides access to basic status information.
This module is not built by default, it should be enabled with the --with-http_stub_status_module configuration parameter.
#nginx
http://nginx.org/en/docs/http/ngx_http_stub_status_module.html
Nginx - Everything you want to know about the #Nginx logs in 10 minutes
https://www.loginradius.com/blog/async/quick-10-minutes-guide-about-the-nginx-access-and-error-logs/
Installed #Nginx 1.9.6 ( https://github.com/Metztli/debian-modsecurity-nginx-connector ) in a #VirtualBox 6.1.16 #reiser4, Software Framework Release Number (SFRN) 5.1.3, -formatted partitioned, including root fs, virtual machine. Only one component of an ongoing project.
Snapshot feats latest Enlightenment Window Manager ( https://www.enlightenment.org/ ) with Вики Одинцова (https://www.instagram.com/viki_odintcova/ ) relaxing on the background.
http://www.enlightenment.org/ss/e-600ecf6dc399c3.77842817.jpg
NGINX QUIC+HTTP/3 Preview
"Today we announce the initial release of the official QUIC and HTTP/3 implementation for NGINX, the http_v3_module. This is a technology preview and must be considered experimental – it is not for production use. At the time of writing, the QUIC standard is not yet finalized, and this initial release is implemented against a subset of the current draft."
#Nginx #Quic #HTTP3
https://www.nginx.com/blog/introducing-technology-preview-nginx-support-for-quic-http-3/
Mercurial > nginx-quic
https://hg.nginx.org/nginx-quic/file/quic
How to Redirect URLs Using #NGINX https://www.liquidweb.com/kb/redirecting-urls-using-nginx/
[FIXED] 502 Bad Gateway Error on #Nginx Web Server
https://www.basezap.com/fixed-502-bad-gateway-error-on-nginx-web-server/
Metztli #Reiser4 < https://sourceforge.net/projects/metztli-reiser4/ > with reiser4 -enhanced #Zstd -compressed Linux kernel 5.5.19-2 and initramfs 0.136 on #Linode < https://www.linode.com/ > #Cloud. Engine X 1.19.0 fresh build with #ModSecurity v1.0.1 #NGINX Connector (observe arrow pointer) is already installed as well
#Chingon! 😎
#Reiser4 #Zstd #Linode #cloud #ModSecurity #NGINX #Chingon
Debian packaging hack for newer upstream #Nginx 1.17.8 (source included) which builds and integrates #ModSecurity v3 Nginx Connector v1.0.1 (source included) module. Additionally, includes a sample #b2evolution Blog/CMS configuration file. 😎 #Chingon!
https://github.com/Metztli/debian-nginx-modsec-connector
#NGINX #ModSecurity #b2evolution #Chingon
#ModSecurity v3.0.4 announcement:
https://sourceforge.net/p/mod-security/mailman/message/36899090/
#Nginx #Apache #HTTPD
#ModSecurity #NGINX #Apache #HTTPD
Integrated New #ModSecurity Nginx Connector v1.0.1 [1] as http-modsecurity into a hack of a Debian packaging for Nginx 1.17.7 [2] to generate DEB components and, most importantly, to dynamically load the http-modsecurity module in nginx-full *but* may also work with nginx-light: "Making NGX_HTTP_MODSECURITY dyn module loadable in other than nginx-full"
https://github.com/Metztli/debian-nginx-modsec-connector
[1] https://github.com/SpiderLabs/ModSecurity-nginx
[2] #Nginx 1.17.7 mainline is available
http://nginx.org/en/download.html
'#ModSecurity #Nginx connector version 1.0.1 announcement'
https://sourceforge.net/p/mod-security/mailman/message/36880559/
#Nginx's office is being searched due to #Rambler Group's #lawsuit. The complaintant press service confirmed the suit.
https://habr.com/en/post/479968/
On #nginx being sued by #Rambler on intellectual property ownership rights. #ip
https://threader.app/thread/1205086129504104460
"On Dec. 12, law enforcement officials came to the Moscow office of #NGINX (acquired by #F5 Networks earlier this year) apparently seeking evidence related to an intellectual property dispute, to which F5 is currently not a party. The officers had a warrant, and we are still working to confirm the full nature of the investigation. NGINX cofounders Igor Sysoev and Maxim Konovalov were interviewed by law enforcement officials, but no employees have been arrested or are currently detained."
#ip
…