https://www.howtogeek.com/how-to-host-your-own-website-with-docker-and-nginx-proxy-manager/
How-To-Geek shows you how to set up and run your own website using Docker & Nginx
https://www.howtogeek.com/how-to-host-your-own-website-with-docker-and-nginx-proxy-manager/
How-To-Geek shows you how to set up and run your own website using Docker & Nginx
Do Nginx and Apache have the same HTTP status codes? #apache2 #nginx #webserver
Linux 6.15 Lands Fix For "3x Performance Regression" Affecting Nginx & Other Software | Phoronix
「 The Linux 6.15 kernel has just merged a fix for the big performance regression I spotlighted yesterday on Phoronix with a huge hit to the Nginx HTTPS web server performance that could see a 3x regression from the in-development Linux 6.15 kernel code. It turns out other workloads/applications also were negatively impacted by this regression 」
[Solved: it was a superfluous "/", see below]
Sometimes I'm happy to tinker with #HomeLab stuff, and other times I just want it to work when I thought it'd be a quick job.
Related: If anyone knows why I'm getting a 500 error running git-http-backend in a #FreeBSD jail with #nginx that'd be great.
I've set up directory browsing as well, and that all works fine. Nginx logs show no errors. But cloning always results in a 500 response.
Pour remplacer Nginx comme reverse proxy, vous recommandez :
Just released: #swad 0.5
swad is the "Simple Web Authentication Daemon", meant to add authentication using a #cookie and a #login form to your reverse proxy. It's designed for #nginx' "auth_request" module. It's written in pure #C with very few external dependencies (zlib, and depending on build options OpenSSL/LibreSSL and #PAM).
And with this release, it also allows guest logins using the crypto puzzle you may already know from #Anubis!
Read more in the release notes, grab the .tar.xz and build/install it
That's just the "normal" #nginx domain, location and #reverseProxy stuff. I don't have a good example at hand (we have it at work, but the git is not yet public, sorry), maybe others can point to a good tutorial?
@prosodyim maybe?
(Reminder to myself: Put more $dayjob stuff to the public git. There are no secrets anyway.)
I copied my #nginx configuration from here:
https://wiki.xmpp.org/web/Tech_pages/XEP-0368#nginx
Alternatively, you can use #sslh, but I don't have any experience with that.
Na pár webech a speciálně na jedné public fotogalerii co spravuji nám ucpávali logy (a traffic) #AI boti. Inspiroval jsem se tedy u Robba Knighta a připravil konfigurace #nginx, které jednak servírují robots.txt, ve kterém jsou vyjmenovaní boti s Disallow a druhak na základě User agenta rovnou vracejí kód 403 a nazdar.
Testing #nginx on #NetBSD on my Raspberry Pi Zero W, connected via wifi:
http:
wrk -t4 -c50 -d10s http://192.168.111.143
Running 10s test @ http://192.168.111.143
4 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 70.52ms 18.01ms 133.58ms 73.66%
Req/Sec 170.04 38.91 280.00 65.00%
6816 requests in 10.07s, 5.54MB read
Requests/sec: 677.05
Transfer/sec: 563.99KB
Not huge, but stil 677 requests per second.
In https:
wrk -t4 -c50 -d10s https://192.168.111.143
Running 10s test @ https://192.168.111.143
4 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 764.43ms 397.17ms 1.99s 75.79%
Req/Sec 14.31 10.93 69.00 78.64%
418 requests in 10.07s, 17.66MB read
Socket errors: connect 0, read 0, write 0, timeout 38
Requests/sec: 41.51
Transfer/sec: 1.75MB
Much worse - but I expected it. Still, 41 requests per second in https is more than I expected.
Just released: #swad v0.4
swad is the "Simple Web Authentication Daemon", offering a minimal #http server to do #cookie authentication with some #login form, intended for usage behind a reverse #proxy, designed with #nginx' "auth_request" in mind. It's written in pure #C with minimal dependencies (just OpenSSL/LibreSSL for TLS support and libpam for PAM support).
This release was a quick one, but a new credentials checker module deserves a new release. Now we have "exec" to delegate checking credentials to some external tool.
Read more in the full release notes, grab the .tar.xz and build/install it :
https://github.com/Zirias/swad/releases/tag/v0.4
Как я создал клон Pinterest с использованием Vue 3 и FastAPI
GitHub : Ссылка на репозиторий Live Preview : Посмотреть проект Привет, друзья! В этой статье я расскажу, как создал клон Pinterest с использованием современных технологий — Vue 3 для фронтенда и FastAPI для бэкенда. Это многофункциональное полнофункциональное приложение, практически полностью повторяющее Pinterest. Особенностью проекта является кеширование вкладок с помощью Vue Router и KeepAlive , что значительно улучшает пользовательский опыт. Этот проект стал отличной возможностью прокачать навыки в разработке production-уровня fullstack-приложений с поддержкой функционала в реальном времени .