Arion
Results
1
comments of
Arion
For anyone else stumbling across this issue, ensure the following is removed from your nginx server location setting: **Remove:** ``` server { location / { try_files $uri $uri/ =404; #...