Skip to content

Commit

Permalink
Use stable nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomax committed Jul 14, 2019
1 parent 37a1f73 commit f378023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify the NginX version to download
nginx_version="1.17.1"
nginx_version="1.16.0"

# Specify the PCRE version to download. Currently, NginX only supports PCRE1 (> 10)
pcre_version="8.42"
Expand Down
1 change: 0 additions & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ http {
large_client_header_buffers 2 1k;
client_body_timeout 10s;
client_header_timeout 10s;
keepalive_timeout 5s 5s;
send_timeout 10s;

# Compress all output labeled with one of the following MIME-types.
Expand Down

0 comments on commit f378023

Please sign in to comment.