You've already forked traefik
							
							removed config folder from .gitignore, added tls config file
actually that was a stupid idea, configs need to be tracked and version controlled
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,2 @@
 | 
			
		||||
.env
 | 
			
		||||
config
 | 
			
		||||
le-certs.json
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										11
									
								
								config/tls.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								config/tls.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
---
 | 
			
		||||
tls:
 | 
			
		||||
  options:
 | 
			
		||||
    default:
 | 
			
		||||
      minVersion: VersionTLS12
 | 
			
		||||
    mintls13:
 | 
			
		||||
      minVersion: VersionTLS13
 | 
			
		||||
    compatible:
 | 
			
		||||
      minVersion: VersionTLS11
 | 
			
		||||
    supercompatible:
 | 
			
		||||
      minVersion: VersionTLS10
 | 
			
		||||
		Reference in New Issue
	
	Block a user