Add Nginx HTTP listener variables
This commit is contained in:
		@@ -43,9 +43,13 @@ DBPASS=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 | 
				
			|||||||
DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 | 
					DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ------------------------------
 | 
					# ------------------------------
 | 
				
			||||||
# HTTPS Bindings
 | 
					# HTTP/S Bindings
 | 
				
			||||||
# ------------------------------
 | 
					# ------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# You should use HTTPS, but in case of SSL offloaded reverse proxies:
 | 
				
			||||||
 | 
					HTTP_PORT=8080
 | 
				
			||||||
 | 
					HTTP_BIND=0.0.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HTTPS_PORT=443
 | 
					HTTPS_PORT=443
 | 
				
			||||||
HTTPS_BIND=0.0.0.0
 | 
					HTTPS_BIND=0.0.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user