Was Fehlt bei der Website?
Guten Tag wenn ich mein Forum besuche kommt dieser FEhler was muss ich in der unten stehenden config hinzufügen damit es funktioniert
Fehler:
fa-solid-900.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
styles/fonts/fa/fa-brands-400.woff2?_v=5.15.3:1 Failed to load resource: the server responded with a status of 404 (Not Found)
fa-solid-900.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
fa-solid-900.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Config:
server {
server_name forum.mytronix.net;
root /var/www/forum;
index index.html index.php index.htm index.nginx-debian.html; location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
}
location ~ \.ccs$ {
allow all;
}
location ~ /\.ht {
deny all;
}
}