[GH-ISSUE #327] Feature Request: Ability to add full nginx location config to custom locations #286

Closed
opened 2026-02-26 06:32:03 +03:00 by kerem · 0 comments
Owner

Originally created by @marrobHD on GitHub (Mar 13, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/327

Is your feature request related to a problem? Please describe.
I'm always frustrated when I try to setup a config via webpanel

Describe the solution you'd like
It would be nice if there would be a option to add a full location config to npm. Ex:

     location = /favicon.ico {
         alias /var/favicon.ico;
     }

Describe alternatives you've considered
More options to create a custom location

Additional context
Nothing there

Originally created by @marrobHD on GitHub (Mar 13, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/327 **Is your feature request related to a problem? Please describe.** I'm always frustrated when I try to setup a config via webpanel **Describe the solution you'd like** It would be nice if there would be a option to add a full location config to npm. Ex: ```yaml location = /favicon.ico { alias /var/favicon.ico; } ``` **Describe alternatives you've considered** More options to create a custom location **Additional context** Nothing there
kerem 2026-02-26 06:32:03 +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-proxy-manager-NginxProxyManager#286
No description provided.