projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00e4c0
)
Fix the webroot method in the nginx config
author
rinpatch
<rinpatch@sdf.org>
Sat, 22 Jun 2019 17:26:59 +0000
(20:26 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 22 Jun 2019 17:26:59 +0000
(20:26 +0300)
installation/pleroma.nginx
patch
|
blob
|
history
diff --git
a/installation/pleroma.nginx
b/installation/pleroma.nginx
index 7fc4aeea5dbce1fd7ab87df78f98d6d008864dc2..de380a6ca5efa449f129186d8b872f2afa467e0a 100644
(file)
--- a/
installation/pleroma.nginx
+++ b/
installation/pleroma.nginx
@@
-22,7
+22,7
@@
server {
# to get the certificate, and then uncomment it.
#
# location ~ /\.well-known/acme-challenge {
- #
alias /var/lib/letsencrypt/.well-known/acme-challenge
;
+ #
root /var/lib/letsencrypt/
;
# }
location / {
return 301 https://$server_name$request_uri;