www/nginx - Allow custom log filenames for HTTP Servers
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x] When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe. I have ~60 subdomains I would like to handle in a single HTTP Server. Currently when I list them all in the block and attempt to start nginx, I get an error stating that "filename too long" in reference to the logfile. It appears that opnsense/nginx is using the entire list of hosts (comma separated) as the name of the log file. Even when selecting "Disabled" for the access log format, it still attempts to create the log file which generates an error.
Describe the solution you'd like I would like an additional field in the HTTP Server that is either a specific filename for the log for that HTTP Server
Describe alternatives you've considered Ive tried splitting up the domains into multiple blocks of ~15 domains with the same result. I've tried disabling access logging for the http server block with the same result.
Additional context Add any other context or screenshots about the feature request here.