🎨: 404 on images

This commit is contained in:
VC
2024-08-30 09:51:56 +02:00
parent 12e579d7d6
commit 6205c80fb3

View File

@@ -20,6 +20,10 @@ server {
return 301 https://forum.nintendojo.fr/;
}
location ~ ^/images/(.*)$ {
return 404;
}
location ~ ^/(index).php(/.*)+ {
fastcgi_split_path_info ^(.+\.php)(/.*)$;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;