mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #45] [MERGED] fixed unknown block or directive error #57
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#57
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/45
Author: @mofantor
Created: 4/10/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @tufanbarisyildirim
Base:
master← Head:fix/#42#43#44📝 Commits (2)
1791d22fixed unknown block or directive errorb9cadacmake linter happy📊 Changes
12 files changed (+731 additions, -12 deletions)
View changed files
📝
parser/parser.go(+25 -12)📝
parser/parser_test.go(+49 -0)➕
parser/skip_valid_block.go(+18 -0)➕
testdata/full_conf/fastcgi.conf(+26 -0)➕
testdata/full_conf/fastcgi_params(+25 -0)➕
testdata/full_conf/koi-utf(+109 -0)➕
testdata/full_conf/koi-win(+103 -0)➕
testdata/full_conf/mime.types(+99 -0)➕
testdata/full_conf/nginx.conf(+117 -0)➕
testdata/full_conf/scgi_params(+17 -0)➕
testdata/full_conf/uwsgi_params(+17 -0)➕
testdata/full_conf/win-utf(+126 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.