Open Gh0stExp10it opened 9 months ago
Most likely a duplicate of this: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3474 TLDR: Using HSTS and custom location at the same time break the config.
Same here:
2024/01/22 10:35:02 [emerg] 747#747: "map" directive is not allowed here in /data/nginx/proxy_host/10.conf:47
2024/01/22 10:35:02 [notice] 751#751: signal process started
Getting same error.
roll back to 2.10.4 can solve this problem
Most likely a duplicate of this: #3474 TLDR: Using HSTS and custom location at the same time break the config.
Thanks for the additional info. Unfortunately, this is not the case, HSTS is switched off/deactivated.
I'm experiencing the same issue, and I don't use HSTS either.
roll back to 2.10.4 can solve this problem
I can confirm this works
Same here...suddenly all my reverse proxies broke due to this
Same here, there is a workaround in https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3474 but will wait until resolved and reverted to :2.10.4 for now.
same here . . . . is like npm not have permission for execute folder map
i have the same problem
Same issue here, HSTS on/off does not make a difference.
Same issue:
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/2.conf:19 nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/2.conf:20 nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/4.conf:19 nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/4.conf:19 nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/4.conf:20 nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/4.conf:20 nginx: [emerg] "map" directive is not allowed here in /data/nginx/proxy_host/4.conf:65 nginx: configuration file /usr/local/openresty/nginx/conf/nginx.conf test failed
Same issue here as well, HSTS turned off and still unable to start with custom locations
Using "Latest" branch... Switching boxes because my services just stopped working... adding subdomains, and It goes to offline once the subdomain is added. HSTS does not matter
[2/2/2024] [2:48:15 AM] [Nginx ] › ⬤ debug Could not delete file: { "errno": -2, "code": "ENOENT", "syscall": "unlink", "path": "/data/nginx/proxy_host/4.conf.err" }
If I try dropping my version, I get the following errors popping up nginx: [emerg] "map" directive is not allowed here in /data/nginx/proxy_host/1.conf:44
I have ditched npm. Vanilla nginx is da wey
I have the same issue
See if this solution works for you: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3512#issuecomment-1940868886
Issue is now considered stale. If you want to keep it open, please comment :+1:
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug After I've upgraded to the latest version v2.11.1, I can't define
Cusom locations
for aProxy Host
. The status on the dashboard changes from Online🟢 to Offline🔴. The previously existing proxy host configuration file is deleted, but not recreated (e.g.: /data/nginx/proxy_host/1.conf).The output of the container log after pressing the "Save" button on the "Edit Proxy Host" shows the following:
Nginx Proxy Manager Version v2.11.1 (latest, as of date 21.01.2024)
To Reproduce Steps to reproduce the behavior:
Expected behavior It should be possible to define a custom location without deleting the proxy conf and thus taking the host offline. In version v2.10.4 this is possible without any problems. I was able to test this successfully by rolling back to this version.
Screenshots
Operating System Ubuntu Server 22.04.3 LTS
Additional context /None/