Questions tagged [nginx]

Ask Question

Questions relating to Nginx, an open source Web Server and reverse proxy server.

862 questions
0 votes 0 answers 10 views

GNS3 Ubuntu virtual machine NGINX server does not ping devices

I have created a network topology in GNS3 and my purpose was to install my flask app on the Ubuntu Desktop Guest 20.10 and run it from there. My app should connect to the devices via ssh that I have ... user avatar Anda
  • 101
0 votes 0 answers 15 views

502 Bad Gateway

I have got php 8.1 installed on my system: $ php -ver PHP 8.1.6 (cli) (built: May 17 2022 16:47:53) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.6, Copyright (c) Zend Technologies with Zend ... user avatar user2994783
  • 205
0 votes 1 answer 30 views

SFTP user upload to var/www/

I created an SFTP user (upload) an added him to www-data. As well I set up the permissions for the var/www/html folder and edited the sshd_config like that: Subsystem sftp internal-sftp -l INFO ... user avatar Kenny
  • 1
0 votes 0 answers 14 views

problem with niginx: nginx[14701]: nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

I am trying to install ph8. I had earlier php7.4 running under nginx. When I executed following command: @lc2530hz:~$ journalctl -xe Jun 04 16:46:22 lc2530hz nginx[14701]: nginx: [emerg] bind() to [::]... user avatar user2994783
  • 205
1 vote 0 answers 10 views

Removing php7: whereis gives etc/php, not sure about nginx files

Sorry I have two questions. I want to remove php7.4 to install php8.0. I followed the link: How do I remove PHP 7 Completely? used the commands: sudo apt-get purge php7.* sudo apt-get purge `dpkg -l | ... user avatar user2994783
  • 205
0 votes 0 answers 16 views

Can I use "mail-in-a-box" with my 18.04 LAMP?

I'm trying to switch over from overpriced hosting to a VPS droplet. My main concern is my email servers. With switching over to a LAMP I'm losing access to my host' email server. I discovered mail-in-... user avatar Oyo Boyo
  • 1
0 votes 0 answers 23 views

Snap onlyoffice-ds and apache nextcloud

I've installed nextcloud the traditional way, without docker or snap and i'm using apache2, mariadb, php. Nextcloud is working fine, and i have my SSL working correctly. From memory, you cant mix ... user avatar jonny peace
  • 1
0 votes 0 answers 18 views

Forward different external IP addresses to different localhost:ports on a local machine

We are spinning a nodejs server that emulates a machine's API on Ubuntu Linux. The objective is to be able to connect to i.e. 10.0.0.5:4028 and this should connect to localhost:4020, 10.0.0.6:4028 ... user avatar Javi Hache
  • 1
-1 votes 0 answers 91 views

Certbot - Failed authorization procedure

I want to generate a Let's Encrypt certificate for my server, so that I can renew it automatically. I ran the command certbot --nginx -d testpbx.info.eu and got the following error. certbot --nginx -d ... user avatar Ekip_DetP
  • 1
0 votes 0 answers 22 views

ubuntu ngnix aws lightsail server cant able to access via putty

After changing the firewall settings in the server. I cant able to access via putty. I tried to install ssl certificate, where I supposed to change the firewall settings. I also tried rebooted the ... user avatar DroidDev
  • 101
0 votes 1 answer 53 views

NGINX reverse proxy upstream not connecting to specific port

I am trying to get to one of the backend servers, but I am getting this error: 27#27: *21653 connect() failed (111: Connection refused) while connecting to upstream, client: 84.255.55.25, server: ... user avatar Nathaniel Cutajar
  • 101
0 votes 0 answers 17 views

Nginx hidden my custom header

Hey guys I have added API key and value in my Authorization tab in https request. In my local host inside header it is visible, but in the Nginx its not visible, should I have to adjust Nginx config ... user avatar Show More
  • 11
0 votes 0 answers 49 views

Error 502 Bad Gateway while my CPU and RAM are at 50%

For a while, my server has been returning 502 Bad Gateway errors randomly during the day. Sometimes we have the same traffic and everything is fine, other times it causes 502 errors. I have a web ... user avatar Elk Delf
  • 1
0 votes 1 answer 54 views

How to make both users have permission to the same folder?

In my Laravel app, I am using Nginx as the server. Ubuntu version is 21.10 I also want to use Laravel's console (Tinker) to log stuff. When I set www-data to be the owner of storage folder, which ... user avatar Ligonsker
  • 1
0 votes 1 answer 137 views

Can't access my Flask App on Ubuntu Server 20.04 LTS from the Internet

I recently bought a Raspberry Pi 4 (8GB) and installed Ubuntu Server 20.04 LTS on it. My goal is to turn it into a server to host all my Python scripts (Flask Websites/Telegram Bots/etc) on it. [... user avatar TECH-SAVVY-GUY
  • 1

15 30 50 per page1234558

You Might Also Like