#ngnix

2025-04-21

@joomla maintainers are in progress to define the minimum requirements for #joomla 6. In question is #php #mysql #mariadb #postgresql #apache #ngnix #iis
What's your suggestion?

Third spruce tree on the lefttezoatlipoca@mas.to
2025-03-18

@mangaispolitical

Alternatively, you can put #writefreely AND another webservice for your images behind #Ngnix. Lets say `wf.yourdomain` and `images.yourdomain`

DirtSWS is a little #single #binary #webserver that does nothing but host #static #html and files, with a simple single-file remote upload capability. Here's a sample site: static.awadwatt.com/index.html

自インスタンスの #ngnix のエラーログを見ていると、同一時間帯に結構な量のエラーを出しているdomain (so-net)があり、調べると、私の #COVID19 関連の投稿をまとめて取ろうとしていた感じ。

こちらも検証のため、同じアプローチを手動でしたが、ちゃんと投稿が見れた。まとめて来たのでエラーになったのかな?

#prattohome

The absolute POWER TRIP that is getting your services up and public with DynDNS, mTLS, ACME certs, and subdomain-based routing.

#OPNsense #Ngnix #LetsEncrypt #HomeLab #SelfHosting #SelfHosted #Networking

2024-07-23

The other day I needed to find a way to show a completely different site to users based on their IP addresses and/or cookies in their browser:

We are replacing a static site with a new WordPress blog, and we needed our staff to be able to access the new blog to seed it with blog posts, while still showing the old static site to ‘ordinary visitors’ until the new site was fully ready.

I wrote a blog about how I accomplished this here:

blog.thms.uk/2024/07/smart-rou

#ngnix #web #webDev #webDevelopment

Kevin Karhan :verified:kkarhan@infosec.space
2024-06-11

@pid_eins this does make sense for a lot of scenarios like #httpd & #ngnix where you want non-persistent files associated with them and anything critical to be read-only so worst case you restart or shutdown and startup said services again.

Kevin Karhan :verified:kkarhan@infosec.space
2024-04-04

@deci Integration with #Tomcat and lack of support for their modules in #ngnix...

Cuz that's why I've deployed #httpd in the past...

Paul Chambers🚧paul@oldfriends.live
2024-03-06

Doing a random check of my server logs, looking for oddities and trouble.

In 'journalctl -u mastodon-web' I see, "ERROR -- : [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked hosts: <my server IP address>" as shown below.

Does this just mean someone/something is trying to access my Mastodon instance from the IP address and not the host name?

Safe to ignore? Normally the IP forwards to the domain name. I just checked and it does.

#MastoAdmin #MastoDev #Ngnix #ruby

ERROR -- : [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked hosts: 199.192.16.81
sjvnsjvn
2024-02-26

Freenginx: A Fork of Nginx: thenewstack.io/freenginx-a-for by @sjvn

There's now an fork of the world's most popular webserver, , that goes by the name Freenginx. Will it succeed? Maybe.

Kevin Karhan :verified:kkarhan@mstdn.social
2023-10-22

@MacBalance that's absurdly low:

At that rate they should've just used some #ngnix as #ReverseProxy instead.

Based upon my experience, any TTL < 15s is inconsistent and doesn't work at all and <60s doesn't make much sense since all those will likely get cached not by authoritative nameservers but all the other DNS servers in between that may not necessarily handle TTLs below 60s well or at all.

自インスタンスの #ngnix の error.log を調べていると、奇妙な error が出ている。

内容は添付。
確かにこのファイルは実在。bad actor は常にこの 9/5付 のこのファイルに常にアクセスしている。それも色々な IP Address から。

添付の error は FranTech Solutions(米国)登録のもの。この登録者は以前からポートスキャン等をしている悪党。

ファイルの内容がバイナリーも含むかなり巧妙なもの。

最後にPUTTY(SSH クライアント)を立ち上げようとしているので、乗っ取られる可能性がある。

#Fediverse のサーバーに特化して乗っ取りを意図しているのではないかと考えている。

皆さん、用心してください。サーバーに ssh クライアントをインストールしないにこしたことはないと思う。

#prattohome #サイバー攻撃

2023-08-12

2023 sysadmin resume:

“Installed and orchestrated a 1,037,089 node #autoscaling #Linux #hpc cluster for a popular iOS #ai app to autodetect #catsofmastodon on the #kubernetes in an afternoon. Deployed #cloudycloudboop (v0.014), and wrote a novel global #observability pipeline in #ramblesplurt to stream over 5,000PB/minute of #ngnix and #syslog data to a set of fifty billion #distributed #cloud objects. RedHat certified.”

2001 sysadmin resume:

“Managed to exit #vi once. RedHat certified”

Kevin Karhan :verified:kkarhan@mstdn.social
2023-08-05

@animemer @thecatcollective @torproject not to mention all the protocols of all their applications and devices from #DVB over #TCP / #UDP ( #IPv & #IPv6 ) are #OpenSource.
- Even if they use shitty #MicrosoftExchange's #MAPI instead of #IMAP, the #Mailserver still uses #SMTP to sent out stuff.
- #HTTP (#Apache, #ngnix)
- #FTP (#vsftpd)
- #SSL (#OpenSSL & #Mozilla NSS)

- #SteamDeck runs #ArchLinux / #SteamOS
- #NintendoSwitch & #PS3-#PS5 & #PSvita run #FreeBSD.

2023-07-09

@mariskus

If i`m remember correct, MIT, GNU, and CC, are for all world, with working authors law country. Anyway, its marked in licenses..

Otherwise, it's like #russia in 95-03, communism(piracy), and little of government stimulated vendors,(also, its give to us #ngnix), it's way, after few years, it's gonna be working anyway.

Prem Kumar Aparanjiprem_k@gaja.naasat.in
2023-01-26
tomcat :arch_linux:tomcat@mstdn.starnix.network
2022-12-31

Spent the morning yesterday learning about #ngnix reverse proxy, #TLS self-signed certificates, and DH.

Some of my zim libraries needed HTTPS for service workers on my #kiwix server. My setup is admittedly a bit hacky, but it works! Since it will only ever run on my LAN, I set up local DNS records in #PiHole to point to the server, and NGINX to redirect to the proper port.

Now with everything set up, I can type the domain, and everything "just works" instead of typing in an IP:port number like I've been doing.

I still have a lot to learn, but it's been fun building this home network from the ground up! Just wanted to share here with Fedi friends because my wife has no idea what I'm talking about and just asks me to stop :stallman:

Paul Suttonzleap@qoto.org
2022-12-28

@ConserveLetters
What message do you get when trying to start ngnix ?

I can't help but that may help others help you.

#RaspberryPi #Ngnix #mastodon #techsupport

Biason::Julio::new();juliobiason@functional.cafe
2019-10-10

Holy cow, #certbot is really awesome for installing Let's Encrypt SSL certificate.

I mean, it basically found my #ngnix configuration, adjusted the whole configuration and did everything.

sonaksonak
2019-06-19

@ciaoquentin @switchingsocial@mastodon.at

Sorry, now in english:
A quite minimalistic alternative to
is ( taskboard.matthewross.me/ ). You'll find a demo-server at the website, to play around.

Both systems, and , can be self-hosted. I already tried this successfully on with and too.

Stéphane Crozatstph@framapiaf.org
2019-01-17

@picasoft animera deux #Api à l'UTC du 21 janvier au 1 février : enseignants, étudiants et ingénieurs en activité initient à l'administration de serveurs Linux : #shell, #ssh, #git, #ngnix, #postgres, #docker...

school.picasoft.net/co/init.ht

school.picasoft.net/co/run.htm

@ChatonsOrg @Framasoft

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst