altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

CDN does not work with a path in the url

Open StiviiK opened this issue 5 years ago • 4 comments

Client/server version Build #1280, branch release

Expected behavior We are using Minio for the static file host, but there we can't put the files in the root of the domain. A full-blown URL path should be supported:

useCdn: true
cdnUrl: 'https://static.mydomain.coolio/static/resources/pack/'

But currently I receive Failed to connect to HTTP server.

Possible solution Support full-blown URLs including path for hosting resources.

StiviiK avatar Aug 15 '20 09:08 StiviiK