Files
ProxmoxVE/ct/nginxproxymanager.sh
MickLesk 5f6376248c fix(nginxproxymanager): restore NPM nginx.conf after OpenResty rebuild (#14396)
When OpenResty is rebuilt via 'make install', it overwrites
/usr/local/openresty/nginx/conf/nginx.conf with the stock OpenResty
default config, dropping all NPM-specific include directives. This
causes port 81 to stop listening and conf.d configs to be ignored.

After the build, restore the NPM nginx.conf from the deployed source,
re-apply daemon/include-path patches, then apply user/pid fixes.
2026-05-11 20:14:50 +02:00

8.5 KiB