Questions tagged [nginx]
nginx is an open-source Web server and a reverse proxy for HTTP, SMTP, POP3 and IMAP protocols, aimed at high performance and low memory usage.
740 questions
1 vote
1 answer
43 views
Multiple letsencrypt url config nginx
The configuration in question seems to be working, but I'm unclear on best practices. This server is handling requests for: example.com example.org The certificates from Let's Encrypt via certbot. ...
0 votes
1 answer
29 views
Why is the audio group missing from www-data under nginx/php-fpm?
TL;DR I am trying to make aplay play a wav file. This requires the current user to be in the audio group. It works fine when I invoke it from a logged in user, even when I su -u www-data but the nginx/...
0 votes
1 answer
183 views
Allow specific IP addresses through iptables with Wireguard
I have a number of self hosted services on my home server, running Arch Linux. Context A number of these are held in Docker containers (each with their own Docker compose file), though one (Jellyfin) ...
0 votes
0 answers
61 views
I can't connect using my public ip in nginx
I have setup port forwarding on my router, Disabled my firewall, tried many different things in nginx.conf and changed stuff like the server_name, but nothing is working. I have also tried to use ...
0 votes
0 answers
388 views
Running Jitsi inside Docker on Plesk behind NGINX reverse proxy fails
after 5 hours of spending time to configure Jitsi on my Plesk server inside Docker, I need to give up and ask you — sorry for that. First, I've followed the tutorial here: https://jitsi.github.io/...
0 votes
1 answer
258 views
Hundreds of strange connections in iftop
OS is Debian. I'm running nginx as a webserver. I am not running Wordpress. Logging is enabled in the http block with: access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; ...
1 vote
1 answer
244 views
Getting an nginx server work both on a domain and a subdomain (one of them static and the other served from a Next JS app)
I have an Ubuntu 24.10 Digitalocean VPS and I want to host two websites using Nginx. One is website-name.com where I want to host a static export of a Next JS website whose contents I have copied to ...
0 votes
1 answer
146 views
Errors after apt-get upgrade from cron job
I run apt-get -y update && apt-get -y upgrade && apt autoremove from a cron job on Ubuntu 24.04.1 LTS and on Tuesday I got this error: The following packages will be upgraded: curl ...