File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
docker rmi $(IMAGE_NAME ) :$(TAG )
15
15
16
16
run :
17
- docker run --rm -t -i $(IMAGE_NAME ) :$(TAG )
17
+ docker run --rm -t -i -P $(IMAGE_NAME ) :$(TAG )
Original file line number Diff line number Diff line change 100
100
5 min = 300
101
101
10 min = 600
102
102
1 hour = 3600
103
+ 8 hour = 28800
103
104
1 day = 86400
104
105
1 week = 604800
105
106
116
117
117
118
; (optional) if your website runs behind a reverse proxy or load balancer,
118
119
; set the HTTP header containing the visitors IP address, i.e. X_FORWARDED_FOR
119
- ; header = "X_FORWARDED_FOR "
120
+ header = "X-FORWARDED-FOR "
120
121
121
122
; directory to store the traffic limits in
122
- dir = PATH "data "
123
+ dir = PATH "/ data "
123
124
124
125
[purge]
125
126
; minimum time limit between two purgings of expired pastes, it is only
133
134
batchsize = 10
134
135
135
136
; directory to store the purge limit in
136
- dir = PATH "data "
137
+ dir = PATH "/ data "
137
138
138
139
[model]
139
140
; name of data model class to load and directory for storage
140
141
; the default model "Filesystem " stores everything in the filesystem
141
142
class = Filesystem
142
143
[model_options]
143
- dir = PATH "data "
144
+ dir = PATH "/ data "
144
145
145
146
;[model]
146
147
; example of DB configuration for MySQL
You can’t perform that action at this time.
0 commit comments