Fix nginx conf

This commit is contained in:
Fred Boniface 2023-02-16 17:43:27 +00:00
parent dff69933c4
commit 65f23aee56
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ http {
index index.php;
try_files $uri $uri/ $uri/index.php &uri/index.html =404;
break;
expire 4320;
expires 4320;
}
location ~ \.php$ {