remove http:// from nginx server name
This commit is contained in:
		
							parent
							
								
									2657e2130f
								
							
						
					
					
						commit
						ffb941687a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -173,7 +173,7 @@ in | |||
|       }; | ||||
|     }; | ||||
|     services.nginx.virtualHosts."garagePortProxy" = { | ||||
|       serverName = "${fedicfg.web.urlFor "*"}"; # wildcard bucket *.foo.com | ||||
|       serverName = "*.${fedicfg.web.rootDomain}"; | ||||
|       locations."/" = { | ||||
|         proxyPass = "localhost:3902"; | ||||
|         extraConfig = '' | ||||
|  |  | |||
		Reference in a new issue
	
	 Taeer Bar-Yam
						Taeer Bar-Yam