mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Ensure Simple Worker is off (#687)
This commit is contained in:
@@ -78,6 +78,7 @@ func App(conf *config.Config) (*buffalo.App, error) {
|
||||
SessionName: "_athens_session",
|
||||
Logger: blggr,
|
||||
Addr: conf.Proxy.Port,
|
||||
WorkerOff: true,
|
||||
})
|
||||
if prefix := conf.Proxy.PathPrefix; prefix != "" {
|
||||
// certain Ingress Controllers (such as GCP Load Balancer)
|
||||
|
||||
Reference in New Issue
Block a user