Hello team!
UPDATE: Thanks to @Lolu:
You need to disable the hotlinl and logging.
Original post
I need little help with flagrow/upload package.
When I upload any files - it can't be downloaded. When you try to download, you can see:
{"errors":[{"status":"404","code":"resource_not_found"}]}
Images working great.
Any idea?
Flarum: 0.1.0-beta.9
NGINX config:
location /forum { try_files $uri $uri/ /forum/index.php?$query_string; }
location /forum/api { try_files $uri $uri/ /forum/index.php?$query_string; }
location /forum/admin { try_files $uri $uri/ /forum/index.php?$query_string; }
Packages information:
"flagrow/upload": "^0.7.1",
"flarum/approval": "^0.1.0",
"flarum/auth-facebook": "^0.1.0",
"flarum/auth-github": "^0.1.0",
"flarum/auth-twitter": "^0.1.0",
"flarum/bbcode": "^0.1.0",
"flarum/core": "^0.1.0",
"flarum/emoji": "^0.1.0",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^0.1.0",
"flarum/likes": "^0.1.0",
"flarum/lock": "^0.1.0",
"flarum/markdown": "^0.1.0@beta",
"flarum/mentions": "^0.1.0",
"flarum/pusher": "^0.1.0",
"flarum/statistics": "^0.1.0",
"flarum/sticky": "^0.1.0",
"flarum/subscriptions": "^0.1.0",
"flarum/suspend": "^0.1.0",
"flarum/tags": "^0.1.0",
"fof/links": "^0.1.1",
"marketplace/flarum-l10n-core-russian": "^0.1.0@beta"