You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong>For Poweradmin 4.0.x with API support</strong>: Use the <ahref="https://github.com/poweradmin/poweradmin/blob/release/4.0.x/nginx.conf.example">nginx.conf.example from release/4.0.x branch</a></li>
530
530
<li><strong>For other Poweradmin 4.x versions</strong>: Use the latest <ahref="https://github.com/poweradmin/poweradmin/blob/master/nginx.conf.example">nginx.conf.example from master branch</a></li>
531
531
</ul>
532
-
<p>These configuration files include:
533
-
- Complete RESTful API routing for users, zones, and records
534
-
- API documentation endpoints
535
-
- CORS headers for API access
536
-
- Enhanced security restrictions
537
-
- Static asset caching
538
-
- PHP 8.2 FPM configuration
539
-
- HTTP Authorization header forwarding for API authentication</p>
540
-
<p>Make sure to adjust the following settings for your environment:
541
-
- <code>server_name</code> - Set to your domain name
542
-
- <code>root</code> - Set to your Poweradmin installation path
543
-
- <code>fastcgi_pass</code> - Adjust PHP-FPM socket/TCP configuration as needed</p>
532
+
<p>These configuration files include:</p>
533
+
<ul>
534
+
<li>Complete RESTful API routing for users, zones, and records</li>
535
+
<li>API documentation endpoints</li>
536
+
<li>CORS headers for API access</li>
537
+
<li>Enhanced security restrictions</li>
538
+
<li>Static asset caching</li>
539
+
<li>PHP 8.2 FPM configuration</li>
540
+
<li>HTTP Authorization header forwarding for API authentication</li>
541
+
</ul>
542
+
<p>Make sure to adjust the following settings for your environment:</p>
543
+
<ul>
544
+
<li><code>server_name</code> - Set to your domain name</li>
545
+
<li><code>root</code> - Set to your Poweradmin installation path</li>
546
+
<li><code>fastcgi_pass</code> - Adjust PHP-FPM socket/TCP configuration as needed</li>
<p>For Caddy servers, use the comprehensive configuration example provided in the Poweradmin repository. This configuration is actively used in the production Docker image and includes advanced security, API support, and performance optimizations.</p>
546
-
<p>Use the <ahref="https://github.com/poweradmin/poweradmin/blob/master/caddy.conf.example">caddy.conf.example from the repository</a> which includes:
547
-
- Complete RESTful API routing for users, zones, and records
548
-
- CORS headers for API access
549
-
- Enhanced security restrictions
550
-
- Static asset caching with proper expiration headers
551
-
- DDNS update endpoint routing
552
-
- HTTP Authorization header forwarding for API authentication</p>
553
-
<p>Make sure to adjust the following settings for your environment:
554
-
- Replace <code>:80</code> with your domain name for automatic HTTPS
555
-
- <code>root</code> - Set to your Poweradmin installation path
556
-
- <code>php_fastcgi</code> - Adjust PHP-FPM socket/TCP configuration as needed</p>
550
+
<p>Use the <ahref="https://github.com/poweradmin/poweradmin/blob/master/caddy.conf.example">caddy.conf.example from the repository</a> which includes:</p>
551
+
<ul>
552
+
<li>Complete RESTful API routing for users, zones, and records</li>
553
+
<li>CORS headers for API access</li>
554
+
<li>Enhanced security restrictions</li>
555
+
<li>Static asset caching with proper expiration headers</li>
556
+
<li>DDNS update endpoint routing</li>
557
+
<li>HTTP Authorization header forwarding for API authentication</li>
558
+
</ul>
559
+
<p>Make sure to adjust the following settings for your environment:</p>
560
+
<ul>
561
+
<li>Replace <code>:80</code> with your domain name for automatic HTTPS</li>
562
+
<li><code>root</code> - Set to your Poweradmin installation path</li>
563
+
<li><code>php_fastcgi</code> - Adjust PHP-FPM socket/TCP configuration as needed</li>
0 commit comments