For questions pertaining to the Nginx web server.
Questions tagged [nginx]
28 questions
4
votes
2 answers
nginx 1.9.2 on raspbian
Installing nginx using "apt-get install nginx" seems to install 1.2.1, however examining the repository, it looks like both 1.6.2 and 1.9.2 are available:
http://mirrordirector.raspbian.org/raspbian/pool/main/n/nginx/
How do I tell apt to install…
Nick
- 141
- 1
- 5
2
votes
1 answer
RP3 as Nodered+Deluge server and Nginx configuration
I'm running RP3 as Nodered and Deluge (torrent) server, by default I can access Nodered via http://host_ip:1880 and Deluge via http://host_ip:8112 but now I installed Nginx (I'm newbie with it) then configure Nginx as reverse proxy to by pass port…
Bach
- 21
- 3
2
votes
1 answer
NGINX Reverse Proxy IP Camera HTTPS and RTSP
I'm new to the Rasp Pi so am at a stage where I'm following existing instructions rather than knowing for sure how to solve problems.
I'm trying to set up a reverse proxy on the Rasp Pi, using NGINX in order to be able to HTTPS to my local network…
RalfyM
- 21
- 1
- 1
- 2
2
votes
1 answer
Is it possible to run a NGINX server alongside with Pi-hole on a Raspberry Pi 1 B?
I already have Pi-hole 5.0 and PiVPN installed. I plan to install an NGINX server to serve one PHP script for personal use.
Here's the example script:
//voicefax2text.php on myserver.com
AsianXL
- 151
- 3
- 6
2
votes
1 answer
motion not encrypted even with https
Edit : I found a workaround, please see the Edit at the end.
I have a raspberry PI 3 running Raspbian Buster. I'm trying to set up motion 4.2.2 with 2 cameras to make a little surveillance system, and I need to stream it to the Internet so that I…
kehiwiwih
- 21
- 4
1
vote
0 answers
Raspberry pi showing nginx welcome page on local IP after uninstall
I have been fiddling with nginx to make a reverse proxy for Deluge with no avail on my Raspberry Pi 3 running the latest version of raspbian. So, I attempt to uninstall it. I did the usual thing, sudo apt-get remove nginx followed by sudo apt-get…
ejach
- 31
- 5
1
vote
0 answers
Route localhost:XXXX to another IP locally
I have a server in Raspberry Pi, hosted in a docker container. Currently I am accessing via localhost:8005or using my IP 192.168.0.101:8005.
I would like to mask the port number and access it without mentioning the port number. For example…
Irfanuddin
- 265
- 1
- 6
1
vote
0 answers
CGI with nginx getting 502 bad gateway error
I want to use my RPi to source some data wirelessly. I'm working from Derek Molloy's Exploring Raspberry Pi. Step 1: get nginx working. I wrote my own index.html file and can get to it over my local LAN. So nginx works. Now I want to add cgi…
Alexander Scheeline
- 11
- 4
1
vote
0 answers
How to solve Rpi3 usb problem while printing?
I am printing from an rpi3 using nginx+php7.1+cups, connected to a canon printer, which downloads pdf files through https requests. From the rpi3, i issue the following command when something needs to be printed in PHP7.1;
exec(‘lpr -P ‘ . $printer…
Nitin
- 123
- 6
1
vote
2 answers
Trouble installing MySQL
I am following this guide, How to set up a web server on the Raspberry Pi. I am using a Pi 400 so I skipped step 1.
Step 2 involved running:
sudo apt install nginx
which was successful. Now if I re-run the command I get:
Reading package lists...…
Stan
- 9
- 3
1
vote
0 answers
nginx refuses connection to localhost:80
I'm setting up nginx on a Raspberry Pi 4 under Raspbian 11 (Bullseye) but it's refusing connections on http://localhost:80/
This site can't be reached
127.0.0.1 refused to connect
However, it looks like it's running as sudo systemctl status nginx…
amber
- 153
- 1
- 9
1
vote
2 answers
Trouble re-instaling nginx, files missing
Apologies, but I'm a relative newbie to RPi & nginx.
I was having an issue with nginx on my Raspberry Pi 3B, and for some reason I thought it would be a good idea to remove and re-install it.
Before I removed it the files were located where I…
Philip Street
- 21
- 4
1
vote
0 answers
NGINX RTMP stream output to HDMI
I have a NGINX rtmp streaming sever. I can connect to this server with OBS and be able to stream. Is it possible to connect a monitor to the raspberry pi and the connected monitor will show the stream? Currently im doing this with the VLC (There I…
Fynn Kaeser
- 11
- 2
1
vote
0 answers
Chromium semi freezing in a predictable way on very unclear reasons
I have a Raspberry PI 3B+/raspbian running my NodeJS (node-red) backend application. My Raspberry is hosting a frontend application (VueJS) as well. I also have a 7" display connected. The purpose with the system is to display a map of 433 Mhz…
Hauns TM
- 139
- 7
0
votes
0 answers
Cannot connect externally to nginx deluge reverse proxy
I am running Deluge on my Raspberry Pi 3, and everything is working amazing, except I want to connect to it outside of my network. I have tried everything, disabling the UFW rules, correctly port forwarding to my Pi, you name it. I followed this…
ejach
- 31
- 5