Skip to content

Commit

Permalink
fix: nginx lifat assets (stockfish, bg images)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 1, 2023
1 parent 25a60ef commit 96a8cfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ server {

rewrite ^/assets/_[\w]+/(.*) /assets/$1;

location /assets/lifat {
alias /lifat;
}

location / {
try_files $uri @$http_upgrade;
}
Expand Down

0 comments on commit 96a8cfd

Please sign in to comment.