fix: backport unraid/webgui#2269 rc.nginx update (#1436)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Enhanced remote access detection for nginx using updated configuration
and plugin integration.
- Introduced a comprehensive Nginx management script tailored for Unraid
OS with SSL handling, server lifecycle controls, and dynamic
configuration.
- **Bug Fixes**
- Improved script robustness by fixing shell loop syntax for proper
handling of array keys.
- **Chores**
  - Added compatibility patches for Unraid versions before 7.2.0.
  - Updated test suites to include new nginx script modifications.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Pujit Mehrotra
2025-06-25 12:58:28 -04:00
committed by GitHub
parent 5ba4479663
commit a7ef06ea25
12 changed files with 1989 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
declare global {
// eslint-disable-next-line no-var
var csrf_token: string;
}