Forward git.wpcarro.dev connections to :3000
Gitea is running a web server on localhost:3000.
This commit is contained in:
		
							parent
							
								
									2686a9a2ed
								
							
						
					
					
						commit
						444da4aa05
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -155,6 +155,13 @@ in { | ||||||
|         enableACME = true; |         enableACME = true; | ||||||
|         root = briefcase.website.learn; |         root = briefcase.website.learn; | ||||||
|       }; |       }; | ||||||
|  |       "git.wpcarro.dev" = { | ||||||
|  |         addSSL = true; | ||||||
|  |         enableACME = true; | ||||||
|  |         locations."/" = { | ||||||
|  |           proxyPass = "http://localhost:3000"; | ||||||
|  |         }; | ||||||
|  |       }; | ||||||
|       "blog.wpcarro.dev" = { |       "blog.wpcarro.dev" = { | ||||||
|         addSSL = true; |         addSSL = true; | ||||||
|         enableACME = true; |         enableACME = true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue