Template:PatchDiff/May 5, 2011 Patch/team fortress 2 content.gcf/tf/cfg/replay local http.cfg

From Team Fortress Wiki
< Template:PatchDiff/May 5, 2011 Patch
Revision as of 00:52, 10 September 2011 by WindBOT (talk | contribs) (Diff of file "team fortress 2 content.gcf/tf/cfg/replay_local_http.cfg" for patch May 5, 2011 Patch.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
N/A1// Don't offload over FTP. Use a local web server. DO NOT EDIT THIS LINE.
N/A2replay_fileserver_offload_enable "0"
N/A3 
N/A4 
N/A5//
N/A6// YOU MUST EDIT THE CONVARS BELOW THIS LINE.
N/A7//
N/A8 
N/A9// The replay data will be copied to this directory
N/A10replay_local_fileserver_path "/path/to/my/web/server"
N/A11 
N/A12// These are used to reconstruct a URL on the client.
N/A13replay_fileserver_host "my.server.com"
N/A14replay_fileserver_port "80"
N/A15replay_fileserver_path "/replays"