Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
4e3c82e3
Commit
4e3c82e3
authored
Jun 05, 2017
by
neil
Committed by
GitHub
Jun 05, 2017
Browse files
Merge pull request #868 from Neilpang/dev
minor, add debug info
parents
1019fd9a
df711b0e
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
4e3c82e3
...
@@ -2579,7 +2579,7 @@ location ~ \"^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)\$\" {
...
@@ -2579,7 +2579,7 @@ location ~ \"^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)\$\" {
_err "write nginx conf error, but don't worry, the file is restored."
_err "write nginx conf error, but don't worry, the file is restored."
return 1
return 1
fi
fi
_debug3 "Modified config:$(cat $FOUND_REAL_NGINX_CONF)"
_info "nginx conf is done, let's check it again."
_info "nginx conf is done, let's check it again."
if ! _exec "nginx -t" >/dev/null; then
if ! _exec "nginx -t" >/dev/null; then
_exec_err
_exec_err
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment