Update nginx.conf

This commit is contained in:
Павел Цильке 2024-12-22 23:13:54 +03:00
parent 95e7642087
commit 5ea9a6c5f3

View file

@ -77,7 +77,7 @@ http {
location / {
root /frontend;
index index.html;
try_files $uri @indexl;
try_files $uri @index;
# Media: images, icons, video, audio, HTC
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|mp3|ogg|ogv|webm|htc|woff2|woff|ttf)$ {