This commit is contained in:
Stefan Wieczorek
2022-08-26 11:48:05 +02:00
parent 8859c0b713
commit b9251379ef

View File

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