This commit is contained in:
Stefan Wieczorek
2024-12-05 14:27:57 +01:00
parent 2a2a24c151
commit 89b8c1ee6a
3 changed files with 12 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ server {
{{settings}}
location = /xmlrpc.php {
deny all;
}
try_files $uri $uri/ /index.php?$args;
index index.php index.html;