Skip to content

Commit e077b1f

Browse files
committed
Deployed 738d52b with MkDocs version: 1.6.1
1 parent ad71114 commit e077b1f

File tree

3 files changed

+33
-25
lines changed

3 files changed

+33
-25
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,5 +462,5 @@ <h2 id="license-and-disclaimer">License and Disclaimer</h2>
462462

463463
<!--
464464
MkDocs version : 1.6.1
465-
Build Date UTC : 2025-09-19 19:39:39.059461+00:00
465+
Build Date UTC : 2025-09-19 19:45:40.120435+00:00
466466
-->

installation/manual/index.html

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -529,31 +529,39 @@ <h3 id="nginx-configuration">Nginx Configuration</h3>
529529
<li><strong>For Poweradmin 4.0.x with API support</strong>: Use the <a href="https://github.com/poweradmin/poweradmin/blob/release/4.0.x/nginx.conf.example">nginx.conf.example from release/4.0.x branch</a></li>
530530
<li><strong>For other Poweradmin 4.x versions</strong>: Use the latest <a href="https://github.com/poweradmin/poweradmin/blob/master/nginx.conf.example">nginx.conf.example from master branch</a></li>
531531
</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>
547+
</ul>
544548
<h3 id="caddy-configuration">Caddy Configuration</h3>
545549
<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 <a href="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 <a href="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>
564+
</ul>
557565
<h2 id="post-installation-steps">Post-Installation Steps</h2>
558566
<ol>
559567
<li>Configure web server permissions</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)