Kazuhiro MUSASHI
|
eddc0a517f
|
Create sym-link to `/etc/nginx` config directories.
|
2019-11-06 00:12:46 +09:00 |
Kazuhiro MUSASHI
|
7349dc9b30
|
Clone the nginx config from the git repository.
|
2019-11-06 00:12:46 +09:00 |
Kazuhiro MUSASHI
|
b01aee85b5
|
Load `lego.rb` instead of `letsencrypt.rb`.
diff --git a/cookbooks/nginx/default.rb b/cookbooks/nginx/default.rb
index f7a30a7..8529d93 100644
--- a/cookbooks/nginx/default.rb
+++ b/cookbooks/nginx/default.rb
@@ -14,4 +14,4 @@ include_recipe './build.rb'
include_recipe './setup.rb'
# Install Let's Encrypt:
-include_recipe './letsencrypt.rb'
\ No newline at end of file
+include_recipe './lego.rb'
|
2019-10-27 23:50:00 +08:00 |
Kazuhiro MUSASHI
|
f9c59e53ba
|
Download and install `lego`.
|
2019-10-27 23:49:47 +08:00 |
Kazuhiro MUSASHI
|
b788c6b73b
|
Rename `letsencrypt.rb` to `lego.rb`.
|
2019-10-27 23:49:10 +08:00 |
Kazuhiro MUSASHI
|
be73c1f6a5
|
Create the config directory for stream config.
|
2019-10-27 15:07:46 +08:00 |
Kazuhiro MUSASHI
|
a434ddaee2
|
Load the `Nginx` config from `stream-enable/` directory.
|
2019-10-27 15:07:23 +08:00 |
Kazuhiro MUSASHI
|
57647177bf
|
Enable `stream` module.
|
2019-10-27 15:07:12 +08:00 |
Kazuhiro MUSASHI
|
b9472d630d
|
Add `SSH` credentials.
|
2019-10-27 14:42:16 +08:00 |
Kazuhiro MUSASHI
|
d1e1dd50f4
|
Specify `OpenSSL` version (newer than 1.1.1) to enable TSL1.3.
|
2019-10-27 15:38:40 +09:00 |
Kazuhiro MUSASHI
|
27b1481454
|
`nginx` version bumps to `1.17.5`:
|
2019-10-27 15:38:40 +09:00 |
Kazuhiro MUSASHI
|
cde8cfcea3
|
Upgrade the `nginx` version to be installed to `1.17.2`.
Upgrade `nginx` version from `1.15.2` to `1.17.2`.
|
2019-08-10 16:53:45 +08:00 |
Kazuhiro MUSASHI
|
39fbe6669b
|
initial commit
|
2019-03-03 16:50:49 +08:00 |