aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gatling/gatling.confd
blob: 29d9809878b7fef02579c4e651389348a9e74747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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"