Skip to main content

All Questions

Tagged with
0 votes
1 answer
23 views

How can I insure that http requests to server get routed to https. Troubleshooting domain and server

I have a domain myfunkyserver.com (not the real name). The domain is supposed to send the connection to a VPS located in godaddy's data centers. The server is running nginx on alma linux, and has ...
chrisroode's user avatar
0 votes
1 answer
77 views

Issue with SSL Certificate Activation in NGINX

I am encountering an error when attempting to activate an SSL certificate for my domain artnbud.com on my VPS. Despite following the necessary steps, I am unable to activate the SSL certificate ...
BangoChain 's user avatar
-2 votes
1 answer
56 views

Map internal VMs to one domain for external access [duplicate]

I have the following situation that kinda got me stuck, since it's not really my area of expertise. So, we have an internal server with multiple VMs, each VM hosting one or more applications, running ...
daydr3am3r's user avatar
-1 votes
1 answer
227 views

Nginx - IP server in url works, domain not, how I solve this?

I am hosting a React web app on a VPS server and im using Nginx to host the React. While I can access the website via the IP in the browser's URL, it doesn't work when using the domainexample.app. My ...
Guilherme Leonardi's user avatar
0 votes
0 answers
317 views

Nginx reverse proxy SSL using different domain on each side

I need a little tip on how to solve a setup I came across where client wants to access an HTTPs API hosted on api.foo.com (our domain, with *.foo.com certificate) using api.bar.com (client's domain ...
vic vic's user avatar
-1 votes
1 answer
774 views

How to map a subdomain to a specific port on the server? [duplicate]

I have a server that has a docker container running on port 443 (registry), which I access by addressing https://registry.mywebsite.com. I want to also direct https://pages.mywebsite.com to that ...
naraghi's user avatar
  • 111
0 votes
0 answers
256 views

Nginx multi-domain and multi web servers with one public IP

I have two web servers with different domain and only one public IP. I found that I can multi domain in the same IP and same server as bellow, but I would to open the website depending on the domain. ...
m3asmi's user avatar
  • 101
2 votes
1 answer
1k views

How to handle requests to non-existent subdomains with Nginx

Here's my Nginx configuration for my domain example.com which serves a trivial static website. server { root /var/www/example.com; index index.html index.htm index.nginx-debian.html; ...
Ratatosk's user avatar
0 votes
1 answer
903 views

Ubuntu server not allowing domain to access laravel project [405]

I have a problem where my laravel project is accessed by my static IP on Azure but not from the domain that I linked it with: I use nginx and ufw This is the error.log for my Nginx: nginx ...
Rose Riyadh's user avatar
0 votes
0 answers
280 views

link custom domain (name.com) to Azure vm laravel & nginx

Good day, I have a Laravel application on an Azure Virtual machine using Nginx in the ubuntu VM. I wanted to link it to the custom domain I purchased on name.com... Those are the steps that I did so ...
Rose Riyadh's user avatar
2 votes
1 answer
4k views

403 in nginx when accessing a directory

I made a very simple server to test how a URL with folder behaves in nginx. Nginx is running in docker (nginx:latest image). Nginx runs user nginx (default set in /etc/nginx/nginx.conf). server { ...
PhilHarmonie's user avatar
1 vote
0 answers
3k views

How to configure wildcard subdomains together with some fixed names in NGINX?

I have example.com and the following use cases: SSL only www. will be redirected to example.com (no www.) example.com will reverse proxy to :3000 fix1.example.com will reverse proxy to :3001 fix2....
PhilHarmonie's user avatar
0 votes
0 answers
711 views

nginx reverse proxy not serving local domain correctly

I want to resolve a few domain names locally in my computer. To do this I added in /etc/hosts the following line: 127.0.0.1 example.com Then I configured nginx with the following config file example....
Mnemosyne's user avatar
  • 131
0 votes
1 answer
207 views

With NGINX, how do i redirect www to non-www while using a subdomain?

I setup a website with wordpress using NGINX and PHP-FPM. backend.site.com is for wordpress-backend site.comis for the nuxt-frontend My Problem When i access the frontend by typing www.site.com i get ...
moeses's user avatar
  • 101
0 votes
0 answers
1k views

Connecting Domain to nginx

So I have Nginx running on ubuntu server inside proxmox VM, and it's redirecting traffic to my ghost blog, and when I use my local IP 10.0.0.143:80, it works fine, but when I try to access using my ...
DeadSec's user avatar
  • 139

15 30 50 per page
1
2 3 4 5
8