home · contact · privacy
Fix broken NGINX file.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 6 Jan 2023 21:18:33 +0000 (22:18 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 6 Jan 2023 21:18:33 +0000 (22:18 +0100)
bullseye/etc_files/microblogpub/etc/nginx/sites-available/microblogpub.nginx

index 148a494a602e85da3023612488b0a347860ca775..6dfe4f15fb6a7c3c7f7a0b3153d8a2d3f11135fa 100644 (file)
@@ -5,8 +5,8 @@ server {
     ssl_certificate /etc/letsencrypt/live/REPLACE_fqdn_ECALPER/fullchain.pem;
     ssl_certificate_key /etc/letsencrypt/live/REPLACE_fqdn_ECALPER/privkey.pem;
 
-    // via <https://www.digitalocean.com/community/tutorials/how-to-improve-website-performance-using-gzip-and-nginx-on-ubuntu-20-04>
-    // and https://docs.microblog.pub/installing.html#nginx-config-tips
+    # via <https://www.digitalocean.com/community/tutorials/how-to-improve-website-performance-using-gzip-and-nginx-on-ubuntu-20-04>
+    # and https://docs.microblog.pub/installing.html#nginx-config-tips
     gzip on;
     gzip_disable "msie6";
     gzip_vary on;