mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-03 18:49:20 +00:00 
			
		
		
		
	fix: non working https with virtual path
This commit is contained in:
		@@ -389,7 +389,7 @@ server {
 | 
			
		||||
	{{ else }}
 | 
			
		||||
		{{ range $path, $container := $paths }}
 | 
			
		||||
			{{ $sum := sha1 $path }}
 | 
			
		||||
			{{ $upstream := printf "%s-%s" $host $sum }}
 | 
			
		||||
			{{ $upstream := printf "%s-%s" $upstream_name $sum }}
 | 
			
		||||
			{{ template "location" (dict "Path" $path "Proto" $proto "Upstream" $upstream "Host" $host "Vhostroot" $vhost_root) }}
 | 
			
		||||
		{{ end }}
 | 
			
		||||
	{{ end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user