Skip to content

Commit 25a60ef

Browse files
authored
Remove lifat location from nginx conf (#38)
1 parent daa7a51 commit 25a60ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conf/nginx.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ server {
88
root /lila/public;
99

1010
rewrite ^/assets/_[\w]+/(.*) /assets/$1;
11-
location /assets/flair/ {
12-
alias /lifat/flair/;
13-
}
1411

1512
location / {
1613
try_files $uri @$http_upgrade;

0 commit comments

Comments
 (0)