소스 검색

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;


불러오는 중...
취소
저장