techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#nginx

14 posts14 participants0 posts today

WordPress-Seite hinter Nginx ReverseProxy

Eine saubere Infrastruktur und nur zwei offene Ports? Genau das ermöglicht ein Reverse Proxy! Doch nicht alle Webanwendungen spielen direkt mit. Besonders WordPress benötigt eine spezielle Konfiguration, wenn es hinter einem Nginx Reverse Proxy läuft. Hier zeige ich dir Schritt für Schr...

cleveradmin.de/blog/2025/07/wo
#Linux #Apache #Hosting #Letsencrypt #Nginx #ReverseProxy #server #SSL #wordpress

🚀 [Released] zen.nginx – NGINX Docker image with OpenSSL 3.3.4 + post-quantum Falcon/OQS support, based on Alpine.

🔐 Features:
* NGINX 1.29.x+
* OpenSSL 3.3.4 with oqs-provider (Falcon512/1024)
* Built for strict mTLS and Zero Trust
* Minimal, ready for production use

🛠️ Try it:
github.com/zenthracore/zen.ngihub.docker.com/r/zenthracore/z

Open for feedback & contributions!

@cloudflare 🥳
#docker #nginx #openssl #pqc #falcon #linux #devops #security #opensource

Contribute to zenthracore/zen.nginx development by creating an account on GitHub.
GitHubGitHub - zenthracore/zen.nginxContribute to zenthracore/zen.nginx development by creating an account on GitHub.

How to Setup a Reverse #Proxy with HTTPS Using #Nginx and #Certbot (5 Minute Quick-Start Guide)

This article outlines how to setup a reverse proxy with HTTPS using Nginx and Certbot.
What is a Reverse Proxy?
A reverse proxy is a server that sits between client devices and a backend server, forwarding client requests to the backend server and returning the server's response to the clients. Unlike a forward proxy, ...
Continued 👉 blog.radwebhosting.com/how-to- #proxyserver #reverseproxy #letsencrypt

How to Setup a Reverse Proxy with HTTPS Using Nginx and Certbot
RadWeb, LLC · How To Setup A Reverse Proxy With HTTPS Using Nginx And Certbot (5 Minute Quick-Start Guide) - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article outlines how to setup a reverse proxy with HTTPS using Nginx and Certbot.

New from Olvy:
Olvy Cache Purger - a lightweight, open-source WordPress plugin to manage your Nginx FastCGI cache the right way.

- Automatic cache purging for posts, pages, WooCommerce products & categories
- Global purge button
- No bloat, just speed
- Ideal for high-performance WordPress & WooCommerce sites

olvy.io/835nN

Olvy Blog · Introducing Olvy Cache Purger: Seamless Nginx Cache Management for WordPressStreamline WordPress Nginx FastCGI cache management with Olvy Cache Purger. Get one-click global purge and automatic cache clearing for posts, pages, products, and categories

I finally tried to replace #openssl with #aws-lc on some of my services. Unfortunately, #nginx and #mosquitto lack support for it. Instead, I successfully switched #BIND to use aws-lc.

I later also noticed that the #rustls compatibility shim is in nixpkgs 25.05, but here BIND is missing some variables. And despite the wrapper being explicitly made for nginx, it also fails here with

/nix/store/mkvc0lnnpmi604rqsjdlv1pmhr638nbd-binutils-2.44/bin/ld: objs/src/stream/ngx_stream_ssl_module.o: in function `ngx_stream_ssl_servername':
/build/nginx-1.28.0/src/stream/ngx_stream_ssl_module.c:606:(.text+0xd59): undefined reference to `SSL_SESSION_get0_hostname'

A shame. I wanted to change to more modern libraries.

Untested: #dovecot and #postfix (they lack a services.(dovecot2|postfix).package variable to easily change the used package. A PR for dovecot is already open to add support for it.

I got some feedback about how slow my #blog is to load. I decided to try my hand at setting up an #nginx #cache so that the requests can be satisfied by the cache instead of being generated by the blog software itself.

Just doing a few quick tests myself, it seems the like responses come a bit quicker, but I still think some of the delay is just due to the garbage residential Spectrum service.

If anyone would like to poke at my blog and share any observations on load time and potential cache performance, that'd be cool. :-)
#homelab #selfhost #selfhosting