This commit is contained in:
Stefan Wieczorek
2022-08-26 14:57:08 +02:00
parent b9251379ef
commit c1474b7143

View File

@@ -31,7 +31,7 @@ server {
return 403;
}
location ~ email/(.*).gif {
location ~ (.*).gif {
try_files $uri /index.php?$args;
}