This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new a0228788d docs: Remove empty lines from blog post
a0228788d is described below

commit a0228788d345b5766d907735be8c9b82de238144
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Mar 20 10:48:14 2026 +0100

    docs: Remove empty lines from blog post
---
 .../2026-03-21_streampipes-with-windows-and-podman.md | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/website-v2/blog/2026-03-21_streampipes-with-windows-and-podman.md 
b/website-v2/blog/2026-03-21_streampipes-with-windows-and-podman.md
index d608382f0..bcb95cb60 100644
--- a/website-v2/blog/2026-03-21_streampipes-with-windows-and-podman.md
+++ b/website-v2/blog/2026-03-21_streampipes-with-windows-and-podman.md
@@ -272,49 +272,30 @@ The following nginx.conf is almost identical to the 
default Docker-based setup,
 
 ```config
 server {
-
   listen       8088 default_server;
- 
   root /usr/share/nginx/html;
  
   # Enable gzip compression
-
   gzip on;
-
   gzip_static on;
-
   gzip_types text/plain text/css application/json application/x-javascript 
text/xml application/xml application/xml+rss text/javascript;
-
   gzip_proxied  any;
-
   gzip_vary on;
-
   gzip_comp_level 6;
-
   gzip_buffers 16 8k;
-
   gzip_http_version 1.1;
  
   # StreamPipes Backend Proxy
 
   location /streampipes-backend {
-
     proxy_set_header X-Real-IP $remote_addr;
-
     proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
-
     proxy_set_header X-NginX-Proxy true;
-
     proxy_pass http://backend:8030;
-
     proxy_ssl_session_reuse off;
-
     proxy_set_header Host $http_host;
-
     proxy_redirect off;
-
   }
-  
 }
 ```
 Now we are almost there, and you are getting good at this terminal thing, so 
is there a use for Podman Desktop, you ask yourself?

Reply via email to