mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-30 01:32:56 +02:00
Refactor nginx management to use helper
Replace direct nginx systemctl/ln calls with the `nginx_enable_site` helper function across multiple update scripts. Also use `get_php_fpm_socket` in paymenter.sh for dynamic PHP socket path instead of hardcoded version string.
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ server {
|
||||
}
|
||||
}
|
||||
EOF
|
||||
systemctl reload nginx
|
||||
nginx_enable_site dispatcharr.conf
|
||||
msg_ok "Migrated Nginx Configuration"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user