mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-08-15 02:26:49 +00:00
fix(nginxproxymanager): unmask openresty after migration from package (#13399)
This commit is contained in:
@@ -93,6 +93,7 @@ ExecStart=/usr/local/openresty/nginx/sbin/nginx -g 'daemon off;'
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl daemon-reload
|
||||
systemctl unmask openresty 2>/dev/null || true
|
||||
systemctl restart openresty
|
||||
msg_ok "Built OpenResty"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user