mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[GH-ISSUE #41] Adding a new location block #18
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#18
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?
Originally created by @codepuncher on GitHub (Jan 22, 2024).
Original GitHub issue: https://github.com/tufanbarisyildirim/gonginx/issues/41
I see there are methods to add a server and upstream but not a location directive.
Am I missing it?
Thanks
@tufanbarisyildirim commented on GitHub (Feb 20, 2026):
Implemented in #75: added
Server.AddLocationplus tests and docs.@tufanbarisyildirim commented on GitHub (Feb 20, 2026):
Closing as completed via #75 (added Server.AddLocation with tests and docs).
@codepuncher commented on GitHub (Feb 23, 2026):
Thank you @tufanbarisyildirim !