X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Fsample-nginx.config;h=6bf75bd8181c33e48de1efbb939cd188feea3ee6;hb=49eda1e154a3481ead99aa833ae314a8952ce7f4;hp=e1994dcd3333dae0984aabc50ff5e833cf2f3953;hpb=1c107b2e1f0360a3031779123951a9c2425f823d;p=friendica.git diff --git a/mods/sample-nginx.config b/mods/sample-nginx.config index e1994dcd33..6bf75bd818 100644 --- a/mods/sample-nginx.config +++ b/mods/sample-nginx.config @@ -56,7 +56,7 @@ server { #Traditional SSL ssl_certificate /etc/nginx/ssl/friendica.example.net.chain.pem; ssl_certificate_key /etc/nginx/ssl/example.net.key; - + # If you have used letsencrypt as your SSL provider, remove the previous two lines, and uncomment the following two (adjusting the path) instead. # ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; # ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;