Ensure Simple Worker is off (#687)

This commit is contained in:
Marwan Sulaiman
2018-09-20 11:15:39 -04:00
committed by GitHub
parent 5dcaeb8ab8
commit 9128fd65f1
+1
View File
@@ -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)