[GH-ISSUE #48] support for include location in server {} block #3129

Closed
opened 2026-02-28 11:54:39 +03:00 by kerem · 0 comments
Owner

Originally created by @dargow on GitHub (Dec 8, 2022).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/48

Is it possible to add support for location {}, which was added via

server {
....
include /some/path/.conf
}

where /some/path/.conf

location /some/URL {
}
Originally created by @dargow on GitHub (Dec 8, 2022). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/48 Is it possible to add support for location {}, which was added via ``` server { .... include /some/path/.conf } ``` where /some/path/.conf ``` location /some/URL { } ```
kerem 2026-02-28 11:54:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#3129
No description provided.