Closed izissise closed 5 years ago
Need to do somethings like that in nginx:
location ~ /(*)/files/ { alias path/$1/; } location ~ /* { index /index; }
Fixed
Need to do somethings like that in nginx: