]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx.config
Frio: admin/users template
[friendica.git] / mods / sample-nginx.config
index e1994dcd3333dae0984aabc50ff5e833cf2f3953..6bf75bd8181c33e48de1efbb939cd188feea3ee6 100644 (file)
@@ -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;