Skip to content

Commit

Permalink
Nginx conf to support lifat versioned urls
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 19, 2023
1 parent 30082c9 commit d7ca74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ server {
client_max_body_size 4M;
root /lila/public;

location /assets/lifat {
alias /lifat;
location ~ ^/assets(\/_\w+)?/lifat/(?<file>.*)$ {
alias /lifat/$file;
}

location / {
Expand Down

0 comments on commit d7ca74e

Please sign in to comment.