make nginx.conf pretty
This commit is contained in:
		@@ -24,6 +24,7 @@ nginx:
 | 
			
		||||
        #gzip  on;
 | 
			
		||||
        include /etc/nginx/conf.d/*.conf;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    stream {
 | 
			
		||||
        server {
 | 
			
		||||
            listen 443;
 | 
			
		||||
@@ -37,7 +38,6 @@ nginx:
 | 
			
		||||
 | 
			
		||||
        include /etc/nginx/stream.d/*.conf;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
  stream.d:
 | 
			
		||||
    - name: "k8s-ghp-{{ namespace }}.map"
 | 
			
		||||
      data: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user