Created
November 18, 2017 23:03
-
-
Save saidach/931b3b8f7270ddd97aa5895601d37a4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commands: | |
01_replaceTimeout: | |
command: sed -i 's/keepalive_timeout 65;/keepalive_timeout 600;/g' /etc/nginx/nginx.conf | |
02_replaceTimeout: | |
command: sed -i 's/keepalive_timeout 65;/keepalive_timeout 600;/g' /etc/nginx/nginx.conf.default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment