mirror of
				https://github.com/casjaysdevdocker/enclosed
				synced 2025-11-03 19:02:33 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				release-tag / release-image (push) Successful in 3m13s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	release-tag / release-image (push) Successful in 3m13s
				
			rootfs/tmp/etc/nginx/nginx.conf
This commit is contained in:
		@@ -32,12 +32,10 @@ http {
 | 
			
		||||
    proxy_set_header                X-Forwarded-Scheme           $scheme;
 | 
			
		||||
    proxy_set_header                X-Forwarded-For              $remote_addr;
 | 
			
		||||
    proxy_set_header                X-Forwarded-Port             $server_port;
 | 
			
		||||
    proxy_set_header                Upgrade                      $http_upgrade;
 | 
			
		||||
    proxy_set_header                Connection                   $connection_upgrade;
 | 
			
		||||
    proxy_set_header                Accept-Encoding              "";
 | 
			
		||||
    access_log                      /var/log/nginx/access.log    combined;
 | 
			
		||||
    error_log                       /var/log/nginx/error.log;
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
    location / {
 | 
			
		||||
      proxy_pass                    http://127.0.0.1:8000;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user