3 changed files with 21 additions and 5 deletions
@ -1,7 +1,14 @@ |
|||
|
|||
|
|||
RewriteEngine On |
|||
|
|||
RewriteRule ^README.md$ Home.md [L] |
|||
|
|||
RewriteCond %{REQUEST_FILENAME} !-f |
|||
RewriteRule ^ index.php [QSA,L] |
|||
|
|||
|
|||
|
|||
<FilesMatch "\.(md)$"> |
|||
Header set Cache-Control "max-age=86400, public" |
|||
</FilesMatch> |
|||
|
@ -1,4 +1,15 @@ |
|||
|
|||
* **Introduction** |
|||
* [Welcome](/Home.md) |
|||
* [Home](README.md) |
|||
* [How to Install](🔧-How-to-Install.md) |
|||
* [How to Update](🆙-How-to-Update.md) |
|||
* [Notification Methods](Notification-Methods.md) |
|||
|
|||
* **Advanced** |
|||
* [Reverse Proxy](Reverse-Proxy.md) |
|||
* [Environment Variables](Environment-Variables.md) |
|||
* [Cloudflare Side Note](Cloudflare-Side-Note.md) |
|||
* [Prometheus Integration](Prometheus-Integration.md) |
|||
|
|||
* **Tools** |
|||
* [Reset Password via CLI](Reset-Password-via-CLI.md) |
|||
|
Loading…
Reference in new issue