diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-10-25 21:16:29 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-10-25 21:19:11 +0200 |
commit | 4799f90eea54a1a66495cd3a65b8ede487421eae (patch) | |
tree | 0c95e0dd9de32df85366e4a9711cc9c4964707e8 /testing/gatling/gatling.confd | |
parent | abde00db46cd7767703bc023da33a2a7fda4f5ce (diff) | |
download | aports-4799f90eea54a1a66495cd3a65b8ede487421eae.tar.bz2 aports-4799f90eea54a1a66495cd3a65b8ede487421eae.tar.xz |
testing/gatling: new aport
Diffstat (limited to 'testing/gatling/gatling.confd')
-rw-r--r-- | testing/gatling/gatling.confd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/testing/gatling/gatling.confd b/testing/gatling/gatling.confd new file mode 100644 index 0000000000..29d9809878 --- /dev/null +++ b/testing/gatling/gatling.confd @@ -0,0 +1,49 @@ +# /etc/conf.d/gatling + +# UID to run gatling server on +GATLING_UID="gatling" + +# Bind to IP address +IP="127.0.0.1" + +# Root directory +ROOTDIR="/var/www" + +# Bind to Port +PORT="80" + +# HTTP timeout +HTTP_TIMEOUT="23" + +# Gatling pid file +PID="/var/run/gatling.pid" + +# Virtual domain hosting +VHOST="NO" + +# Directory indexing +DIR_INDEXING="NO" + +# Secure Socket Connections SSL +SSL="YES" + +# Prefetch value (see man page for details) +PREFETCH="2M" + +# FTP access +FTP="YES" + +# FTP timeout +FTP_TIMEOUT="60" + +# FTP User Authorization +FTP_AUTH="YES" + +# FTP file uploads +FTP_UP="NO" + +# Enable ftp file downloads +FTP_FILE_FETCH="YES" + +# Transparent proxy mode +TRANS_PROXY="YES" |