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
				
			
		|  | @ -33,4 +33,5 @@ in { | ||||||
|   third_party  = readTree ./third_party; |   third_party  = readTree ./third_party; | ||||||
|   tools        = readTree ./tools; |   tools        = readTree ./tools; | ||||||
|   buildHaskell = readTree ./buildHaskell; |   buildHaskell = readTree ./buildHaskell; | ||||||
|  |   zoo          = readTree ./zoo; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -209,6 +209,13 @@ in { | ||||||
|         enableACME = true; |         enableACME = true; | ||||||
|         root = briefcase.website.sandbox.learnpianochords; |         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