Is setting ngx.var.ap_server in http-access.lua necessary? #19
Labels
No labels
Critical Bug
Documentation
Feature
Small bug
tests
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
babka/activitycolander#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This line currently sets the ngx.var.ap_server variable to the value of the environment variable.
Could we not move this to the nginx.conf file ?
assigned to @CSDUMMI
We want as few things as possible in the
nginx.conffile so that it can be shared across multiple deployments.We decided that all of the line was irrelevant and removed it.