Skip to main content

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.

1 vote
1 answer
53 views

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. ...
MikeiLL's user avatar
  • 259
1 vote
1 answer
104 views

I have an Nginx conf for Typo3 and I want to also use Nginx for other contant than TYPO3. For example, I use phpmyadmin wich is located at /var/www/html/phpmyadmin. The root is set to /var/www/html/...
HGA's user avatar
  • 11
0 votes
1 answer
39 views

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/...
Roger's user avatar
  • 111
0 votes
2 answers
194 views

On every reboot sudo systemctl status nginx reports: Jul 07 12:43:46 myhost nginx[409]: nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (2: No such fil&...
jjk's user avatar
  • 445
0 votes
1 answer
216 views

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) ...
twelfth's user avatar
  • 26
0 votes
1 answer
69 views

I have a static website and a Django app backend running using gunicorn on port 8000 on a server. I am collecting CSS files for the static website into /mywebsite-deployment/staticDir/homepage/css/...
Vee's user avatar
  • 3
0 votes
0 answers
72 views

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 ...
ChmodRWX's user avatar
0 votes
1 answer
273 views

I'm trying to make captive portal with nginx, hostapd, nftables, dnsmasq and python-flask. I have two main problems I'm not getting a popup on Android, but am on Iphone/OSX. I'm not sure how to ...
user3666672's user avatar
0 votes
0 answers
405 views

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/...
Mr. Jo's user avatar
  • 203
0 votes
0 answers
94 views

I've setup an nginx/webdav instance. I can connect to it just fine. (If it matters, it uses https:// and auth_pam.) In a web browser (chrome shown), I see everything I expect to see: (I tested using ...
r2evans's user avatar
  • 73
0 votes
1 answer
284 views

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; ...
cat pants's user avatar
  • 167
0 votes
0 answers
71 views

I don't understand why the below Nginx config allows me to get to my index.php ok: http://localhost:8080/nesting/index.php but all dependencies of that page, like css, img keep pointing at http://...
sga's user avatar
  • 1
1 vote
1 answer
273 views

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 ...
Harish's user avatar
  • 113
1 vote
1 answer
93 views

I'm trying to configure Focalboard to run in a specific subdirectory using Nginx. I followed the steps from the official Focalboard documentation and was able to set it up normally. However, after ...
siqueir4's user avatar
0 votes
1 answer
159 views

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 ...
Ant Kutschera's user avatar

15 30 50 per page
1
2 3 4 5
50