]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx-certbot.config
Merge pull request #12516 from annando/api-report
[friendica.git] / mods / sample-nginx-certbot.config
index e0b6073ba4803750d4ff40cde49bde858032e526..1e081404f83baa1303d4bc04bda62a188471df32 100644 (file)
@@ -1,6 +1,6 @@
 ##
-# Friendica Nginx configuration template to be autocnfgiured with cerbot
-# nased on sample-nginx.config by Olaf Conradi
+# Friendica Nginx configuration template to be autoconfigured with certbot
+# based on sample-nginx.config by Olaf Conradi
 #
 # On Debian based distributions you can add this file to
 # /etc/nginx/sites-available
@@ -45,7 +45,7 @@ server {
 
   # Logging
   access_log /var/log/nginx/friendica_access.log;
-  # uncomment the following line if you would like to log errors in a seperate file for friendica
+  # uncomment the following line if you would like to log errors in a separate file for friendica
   #error_log /var/log/nginx/friendica_error.log;
 
   index index.php;