ソースを参照

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.
#
# 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;


読み込み中…
キャンセル
保存