mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fix nginx 5000 template (#12210)
This commit is contained in:
		
							parent
							
								
									18b8e19847
								
							
						
					
					
						commit
						21a777ab45
					
				@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# intended for internal traffic, not protected by auth
 | 
				
			||||||
 | 
					listen 5000;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ if not .enabled }}
 | 
					{{ if not .enabled }}
 | 
				
			||||||
# intended for external traffic, protected by auth
 | 
					# intended for external traffic, protected by auth
 | 
				
			||||||
listen 8971;
 | 
					listen 8971;
 | 
				
			||||||
@ -5,9 +8,6 @@ listen 8971;
 | 
				
			|||||||
# intended for external traffic, protected by auth
 | 
					# intended for external traffic, protected by auth
 | 
				
			||||||
listen 8971 ssl;
 | 
					listen 8971 ssl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# intended for internal traffic, not protected by auth
 | 
					 | 
				
			||||||
listen 5000;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ssl_certificate /etc/letsencrypt/live/frigate/fullchain.pem;
 | 
					ssl_certificate /etc/letsencrypt/live/frigate/fullchain.pem;
 | 
				
			||||||
ssl_certificate_key /etc/letsencrypt/live/frigate/privkey.pem;
 | 
					ssl_certificate_key /etc/letsencrypt/live/frigate/privkey.pem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user