summaryrefslogtreecommitdiff
path: root/src/plugins/httpd.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
commit7e7936b1f7c632cfd05fa005e2853f10f899524b (patch)
tree7611bb87d6042a1f3893ad8fe694d9a09ae6a82f /src/plugins/httpd.txt
parentdfbd9a3b2e2ba9d87e4bbad431106a1a97b45baa (diff)
downloadhercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.gz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.bz2
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.xz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.zip
Removed graph, httpd and webserver
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9757 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins/httpd.txt')
-rw-r--r--src/plugins/httpd.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/plugins/httpd.txt b/src/plugins/httpd.txt
deleted file mode 100644
index 5a575f680..000000000
--- a/src/plugins/httpd.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// HTTP Daemon Plugin Configuration
-//
-
-// Enabled the http daemon?
-enable_httpd: 1
-
-// WWW Root path
-//(The ending slash is required!)
-document_root: httpd/
-
-// Request timeout (first request)
-// Both of the following are in milliseconds
-request_timeout_first: 2500
-
-// Request timeout (consequent requests)
-request_timeout_persist: 60000
-
-// Maximum persistent requests
-max_persist_request: 32 \ No newline at end of file