1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 09:34:08 +02:00

ocm-provider

This commit is contained in:
Robin Appelman 2023-11-24 16:33:33 +01:00
commit 28d0d666b4
2 changed files with 17 additions and 7 deletions

View file

@ -15,5 +15,5 @@ location / {
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
try_files $uri $uri/ index.php;
try_files $uri $uri/ /index.php$request_uri;
}