瀏覽代碼

Fix the webroot method in the nginx config

tags/v1.1.4
rinpatch 5 年之前
父節點
當前提交
c013d3f3c8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      installation/pleroma.nginx

+ 1
- 1
installation/pleroma.nginx 查看文件

@@ -22,7 +22,7 @@ server {
# to get the certificate, and then uncomment it. # to get the certificate, and then uncomment it.
# #
# location ~ /\.well-known/acme-challenge { # location ~ /\.well-known/acme-challenge {
# alias /var/lib/letsencrypt/.well-known/acme-challenge;
# root /var/lib/letsencrypt/;
# } # }
location / { location / {
return 301 https://$server_name$request_uri; return 301 https://$server_name$request_uri;


Loading…
取消
儲存