Project

Profile

Help

Task #3696

Updated by bmbouter almost 6 years ago

These settings would be added to the settings.py and server.yaml file with defaults. 

 redirect_host: The hostname to use when redirecting the client. This is required when using lazy. 
 redirect_port: The port to use when redirecting the client. This is required when using lazy. 
 redirect_prefix_path: The prefix path to prepend the to the URL when redirecting. This allows you to reroot squid. Defaults to None. 
 https_retrieval: If true, use https as the protocol the client should use, otherwise http. 

Back