Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

Blocking [IPaddress:8080] on nginx

I have an app working on port 8080 perfectly with the domain desh.onecloudhelper.com and now when I hit the Public IP address of the Server, I can still view the same app running using the server's ...
Desh Deepak Dhobi's user avatar
0 votes
0 answers
20 views

Two nginx servers on different ports

I am a front-end developer with some DevOps skills. Currently, I am using my MacBook Pro (M1) for website development. I have set up two user accounts on my MacBook: one for my freelance projects and ...
Mr. Sam's user avatar
  • 395
1 vote
0 answers
52 views

Changing port for ssl connection in nginx

I want to publish some shiny app from my pc at home. I have configured correctly the ssl certificates and the web is reachable here: https://shiny-server.modlearth.com:8443/shiny/ The web is accesible,...
César Arquero Cabral's user avatar
0 votes
0 answers
20 views

Nginx doen't work with location, just ports [duplicate]

I'm trying to configure a server with some shiny apps. I've changed my internet connection and I had to configure a ddns with no-ip. So far so good. Now I'm configuring the Nginx file, which used to ...
César Arquero Cabral's user avatar
0 votes
0 answers
17 views

Troubles with deploys with nginx or deploying in development and production environment

I'm having problems when deploying with nginx. I have two environments deployed, production and development. These environments deploy a database and a database viewer for each. My problem is that ...
Daniel Hernandez's user avatar
0 votes
0 answers
16 views

Nginx Configuration with port

My Application is hosted on port 3000 and i havent yet connected the domain pointing to ip I have configured nginx accordingly but these configurations are only applying on my ip like http://ip not ...
Rao Waleed's user avatar
0 votes
0 answers
38 views

ports mapping in nginx docker container [duplicate]

I'm not sure what I don't understand, so it's hard to ask the right question : I configured 3 docker images to create container for a local wordpress, using docker compose with nginx, mariadb, and ...
hugogogo's user avatar
  • 573
0 votes
0 answers
57 views

Enable websocket connections

I have a backend www.backend.io with nodejs as follows: #!/usr/bin/env node var app = require('../app'); var debug = require('debug')('flapper-news:server'); var http = require('http'); var https = ...
SoftTimur's user avatar
  • 5,234
0 votes
2 answers
486 views

nginx is listening on port 80 and website is up but cannot renew HTTPS certificates

I have a raspberry pi that runs nginx and hosts a personal website. My pi says that nginx is running on port 80, but is refusing connections. This is an issue because it means I can't renew my SSL ...
Razorfoot's user avatar
  • 397
0 votes
0 answers
285 views

Port 80 and 443 is used but i can not modify it

If I to the browser on my Laptop and go to 192.168.X.X:80 (ip of raspberry pi), then i receive the error 404 page not found If I go to 192.168.X.X:81 which is also unused I receive the chrome error ...
FabioKaelin's user avatar
0 votes
1 answer
38 views

Receiving EADDRINUSE error after switching to https

Since switching my React app to https, after running npm start I am receiving this error in the logs: 0|server | at Module.load (node:internal/modules/cjs/loader:981:32) 0|server | at ...
sgt_pepper85's user avatar
0 votes
1 answer
117 views

Connection to backend cannot be established when firewall is up. Need help setting up Nginx to allow UDP

I'm building a multiplayer game using Geckos.io which runs on UDP. I have deployed the server on a Ubuntu droplet from digital ocean. I have setup and configured nginx, added TLS using certbot. ...
Qile's user avatar
  • 1
1 vote
1 answer
1k views

Real IP address + port from cloudflare over nginx proxy manager to apache

I'm looking for a way to "pipe" the clients real IP address and port from Cloudflare over NGINX Proxy Manager to the main webserver apache. The system is implemented in docker. The domain is ...
Harry's user avatar
  • 11
0 votes
1 answer
172 views

Nginx url port appears

I hosted a website using php-fpm and nginx on Termux and everytime I type the url localhost/sth and it redirects to localhost:8443/sth ,I don't want to see the port 8443, how to solve it? Type url ...
Air Li's user avatar
  • 11
0 votes
1 answer
804 views

Map Google Cloud VM docker port to HTTPS

I have a Google Cloud VM which runs a docker image. The docker image runs a specific JAVA app which runs on port 1024. I have pointed my domain DNS to the VM public IP. This works, as I can go to ...
Marcel's user avatar
  • 105

15 30 50 per page
1
2 3 4 5
12