View | Details | Raw Unified | Return to bug 228294 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-certbot__nginx_constants.py (+11 lines)
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."""

Return to bug 228294