Small fixes
* fix ACME setup * use correct port number * use correct email sender
This commit is contained in:
		
					parent
					
						
							
								f238182302
							
						
					
				
			
			
				commit
				
					
						e630ffdf46
					
				
			
		
					 5 changed files with 13 additions and 2 deletions
				
			
		|  | @ -37,6 +37,6 @@ server { | |||
|     proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden"; | ||||
| 
 | ||||
|     location / { | ||||
|         proxy_pass http://127.0.0.1:80/; | ||||
|         proxy_pass http://127.0.0.1:8345/; | ||||
|     } | ||||
| } | ||||
|  | @ -6,6 +6,7 @@ map $host $upstream_acme_challenge_host { | |||
|     aes.ccchh.net 172.31.17.145:31820; | ||||
|     wiki.ccchh.net 172.31.17.146:31820; | ||||
|     onlyoffice.hamburg.ccc.de 172.31.17.147:31820; | ||||
|     hackertours.hamburg.ccc.de 172.31.17.148:31820; | ||||
|     netbox.hamburg.ccc.de 172.31.17.149:31820; | ||||
|     matrix.hamburg.ccc.de 172.31.17.150:31820; | ||||
|     element.hamburg.ccc.de 172.31.17.151:31820; | ||||
|  |  | |||
|  | @ -25,6 +25,7 @@ stream { | |||
|         aes.ccchh.net 172.31.17.145:8443; | ||||
|         wiki.ccchh.net 172.31.17.146:8443; | ||||
|         onlyoffice.hamburg.ccc.de 172.31.17.147:8443; | ||||
|         hackertours.hamburg.ccc.de 172.31.17.148:8443; | ||||
|         netbox.hamburg.ccc.de 172.31.17.149:8443; | ||||
|         matrix.hamburg.ccc.de 172.31.17.150:8443; | ||||
|         element.hamburg.ccc.de 172.31.17.151:8443; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue