662d06a701846887d6c972971a65e208387f1f6d
				
			
			
		
	1ade01c - Split HSTS headers again
		
			
			nginx-module-headers-more requires third party repo
NGINX Configs
These are my NGINX configurations. They are written for nginx-core with nginx-mod-stream on Fedora and mainline NGINX on RHEL.
Getting Started
- On Fedora, install 
nginx-core,nginx-mod-stream,certbotandpolicycoreutils-python-utils. On RHEL, installnginxfrom the mainline repository,certbot, andpython3-certbot-nginx. Makesurersyncis available on the OS. - On Fedora, comment out the default server block in 
/etc/nginx/nginx.conf. On RHEL, move/etc/nginx/conf.d/default.confto/etc/nginx/conf.d/default.conf.bk - Run 
setup.sh - Generate a certificate with your hostname with the 
certbot/default-quicexample. Copyetc/nginx/conf.d/default-quic.confto the corresponding directory on your server and edit it approprieately. - Generate certificates with the example in the certbot directory.
 - Make your actual vhost config based on the 
sites_.*samples in/etc/nginx/conf.d. 
Notes
This is used on my tunnel servers with multiple IP addresses. Hence, you may see addresses like ipv4_1 and ipv4_2. Just replace them with your own ip addresses.
Description
				
					Languages
				
				
								
								
									Shell
								
								100%