Browse Source

Create UTWeb.ini

pull/13/head
Daniel Gibbs 8 years ago
committed by GitHub
parent
commit
c4f25518c5
  1. 22
      UnrealTournament3/UTWeb.ini

22
UnrealTournament3/UTWeb.ini

@ -0,0 +1,22 @@
[UWeb.WebConnection]
MaxValueLength=4096
MaxLineLength=4096
[UWeb.WebServer]
Applications[0]=WebAdmin.UTServerAdmin
Applications[1]=WebAdmin.UTImageServer
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
;;Applications[0]=UWeb.HelloWeb
;;ApplicationPaths[0]=/Hello
ListenPort=7779
MaxConnections=18
ExpirationSeconds=86400
bEnabled=True
[UWeb.WebResponse]
IncludePath=/Web
CharSet=iso-8859-1
[IniVersion]
0=1472006624.000000
Loading…
Cancel
Save