mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	FCGI: Allow FCGI over unix sockets (#9298)
* FCGI: Allow FCGI over unix sockets * fixup! FCGI: Allow FCGI over unix sockets
This commit is contained in:
		| @@ -133,7 +133,7 @@ func NewMacaron() *macaron.Macaron { | ||||
| 	if setting.EnableGzip { | ||||
| 		m.Use(gzip.Middleware()) | ||||
| 	} | ||||
| 	if setting.Protocol == setting.FCGI { | ||||
| 	if setting.Protocol == setting.FCGI || setting.Protocol == setting.FCGIUnix { | ||||
| 		m.SetURLPrefix(setting.AppSubURL) | ||||
| 	} | ||||
| 	m.Use(public.Custom( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user