Skip to content

Commit

Permalink
Update for debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sts committed Jul 10, 2023
1 parent 62263ae commit c07b907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
./coraza-spoa_${{matrix.arch}}=/usr/bin/coraza-spoa \
./doc/config/=/usr/share/doc/coraza-spoa/haproxy-config \
./LICENSE=/usr/share/doc/coraza-spoa/ \
./contrib/config.yaml=/etc/coraza-spoa/config.yaml \
./config.yaml.default=/etc/coraza-spoa/config.yaml \
./coraza.conf=/etc/coraza-spoa/coraza.conf
## Publish to the "testing" repo
Expand Down
10 changes: 5 additions & 5 deletions doc/config/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ defaults
log global
option httplog
timeout client 1m
timeout server 1m
timeout connect 10s
timeout http-keep-alive 2m
timeout queue 15s
timeout tunnel 4h # for websocket
timeout server 1m
timeout connect 10s
timeout http-keep-alive 2m
timeout queue 15s
timeout tunnel 4h # for websocket

frontend test
mode http
Expand Down

0 comments on commit c07b907

Please sign in to comment.