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;
}