mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #63] [MERGED] add http lua directives #67
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#67
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?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/63
Author: @hjweddie
Created: 1/20/2025
Status: ✅ Merged
Merged: 1/20/2025
Merged by: @tufanbarisyildirim
Base:
master← Head:master📝 Commits (1)
a896b5dadd http lua directives📊 Changes
1 file changed (+84 additions, -2 deletions)
View changed files
📝
parser/valid_directives.go(+84 -2)📄 Description
We use gonginx to do much configuration static check in our production environment, also we use openresty which embeds lua-nginx-modules
We find that parser may parse fail with error message "unknown directive 'xxx_lua_xxx'", hope that gonginx could support directive in openresty
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.