Forward zoo.wpcarro.dev connections to :8000
Right now the 8000 port is hard-coded into the zoo server, which isn't ideal, but "it works" (TM).
This commit is contained in:
		
							parent
							
								
									f895cb417a
								
							
						
					
					
						commit
						0b34482b6d
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		|  | @ -209,6 +209,13 @@ in { | |||
|         enableACME = true; | ||||
|         root = briefcase.website.sandbox.learnpianochords; | ||||
|       }; | ||||
|       "zoo.wpcarro.dev" = { | ||||
|         addSSL = true; | ||||
|         enableACME = true; | ||||
|         locations."/" = { | ||||
|           proxyPass = "http://localhost:8000"; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue