Jump to content
  • 0

compactor and download accelerator


arthur571

Question

External HTTP file mismatch (Retrying this file with internal HTTP) [freeroam\fr_client.lua]

 

this error is chasing me, already tried everything please help me I'm using debian 9 to host the server, 
and using nginx for the compactor and download accelerator

 

 

it is compressed more duplicating the download whats good nothing!!!!!!!!

 

 

 

mta  mtaserver.conf

    <!-- If set, this parameter specifies the external URL from which clients will be able to download
         needed resources ingame. If not set (or the external URL files are incorrect), resource downloads
         are switched to the internal http server. -->
    <httpdownloadurl>http://fastdlfactionhost.ml:20080/%user%/server/mtasa/mods/deathmatch/resource-cache/http-client-files</httpdownloadurl>


nginx config

 

 

 

 

 

 

mtaserver.conf
    <!-- If set, this parameter specifies the external URL from which clients will be able to download
         needed resources ingame. If not set (or the external URL files are incorrect), resource downloads
         are switched to the internal http server. -->
    <httpdownloadurl>http://fastdlfactionhost.ml:20080/%user%/server/mtasa/mods/deathmatch/resource-cache/http-client-files</httpdownloadurl>

nginx config

server {
    listen 20080;
    root /home/User-Files;
    server_name localhost;
    access_log off;
}
 

 


 
Edited by arthur571
Link to comment

1 answer to this question

Recommended Posts

  • 0
  • MTA Anti-Cheat Team

Also considering your other topic in this forum section, and others with related issues, I think that someone, some day, has to write a qualitative guide on properly setting up HTTP resource download servers for MTA.

This clearly is just some misconfiguration on your HTTP server's end, maybe someone that has the knownledge I'm lacking can come and help you.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...