mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix nginx conf file (#1229)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4ff92d739d
						
					
				
				
					commit
					f7d3c4b4ff
				
			@@ -27,13 +27,13 @@ http {
 | 
				
			|||||||
  # }
 | 
					  # }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  upstream server {
 | 
					  upstream server {
 | 
				
			||||||
    server $IMMICH_SERVER_HOST
 | 
					    server $IMMICH_SERVER_HOST;
 | 
				
			||||||
    keepalive 2
 | 
					    keepalive 2;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  upstream web {
 | 
					  upstream web {
 | 
				
			||||||
    server $IMMICH_WEB_HOST
 | 
					    server $IMMICH_WEB_HOST;
 | 
				
			||||||
    keepalive 2
 | 
					    keepalive 2;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  server {
 | 
					  server {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user