diff --git a/nginx/default.conf b/nginx/default.conf index 2b72d32..e435834 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -5,6 +5,8 @@ server { root /app; index index.php; + rewrite ^(.*)/webfonts/(.*)$ /lib/system/lib/font_awesome/lib/webfonts/$2; + rewrite ^sai$ /sai.php$1; rewrite ^(.*)/files/([^/]+)/([^/]+)$ /api.php?call=files&cat=$2&id=$3; rewrite ^/cache/([^/]+)/([^/]+)$ /api.php?call=cache&id=$1&ident=$2;