Line 0
Link Here
|
|
|
1 |
--- certbot_nginx/constants.py.orig 2018-05-16 14:14:12 UTC |
2 |
+++ certbot_nginx/constants.py |
3 |
@@ -3,7 +3,7 @@ import pkg_resources |
4 |
|
5 |
|
6 |
CLI_DEFAULTS = dict( |
7 |
- server_root="/etc/nginx", |
8 |
+ server_root="/usr/local/etc/nginx", |
9 |
ctl="nginx", |
10 |
) |
11 |
"""CLI defaults.""" |