Sfoglia il codice sorgente

Fix the webroot method in the nginx config

tags/v1.1.4
rinpatch 5 anni fa
parent
commit
c013d3f3c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      installation/pleroma.nginx

+ 1
- 1
installation/pleroma.nginx Vedi File

@@ -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;


Loading…
Annulla
Salva