webserver on a machine with multiple ip addresses
hi all, Iam running a ubuntu server 18.04, with about 6 ip addresses. i only want my nginx site to be displayed on one ip address and i have tried everything. can this be done and how would somewon do...
View ArticlevCenter behind Nginx v1.14
Hi Folks I created Revere Proxy Nginx in front of vCenter 7.0. But vCenter users can see some information sensitive such as: Administration, Roles and Global Permission,.... but we don't that. In this...
View ArticleShould I add SSL to my server?
Is it necessary to set up SSL for my nginx reverse proxy? My domain is hosted by Cloudflare, which has built-in encryption. I'm only using nginx personally on a media server. Scott
View ArticleTrouble setting up SSL in nginx
I cannot get nginx to run with my SSL server section, otherwise it works fine. I have nginx running in a Windows-based VM. I've forwarded both ports to this VM. Below is my config... what do I have...
View ArticleRe: Trouble setting up SSL in nginx
Solved. Below is the SSL server code... server { listen 91 ssl; server_name mydomain.com; ssl_certificate "C:/certs/mydomain.com.pm"; ssl_certificate_key "C:/certs/mydomain.com-key.pm";...
View ArticleNginx upstream white screen
I'm doing an upstream as below: location /phpmyadmin { resolver 127.0.0.11 valid=30s; set $upstream_pma pma; proxy_pass http://$upstream_pma:80/; } And phpMyAdmin doesn't work, it has a white screen....
View ArticleRe: Nginx upstream white screen
rafael.silva Wrote: ------------------------------------------------------- > proxy_pass http://$upstream_pma:80/; > proxy_pass http://$upstream_file:80; Note the difference "/".
View ArticleRe: Nginx upstream white screen
Thanks for the answer. I tested it with "/", but phpMyAdmin gives a 404 error. When I do the proxy_pass http://pma:80/ it works perfectly, without the "/" in the end 404 error. Using the resolver,...
View ArticleRe: [error] OpenEvent(...) failed (2: the system cannot find the file specified)
Hello, Have you ever find a solution for the issue above? Thanks!
View ArticleRe: [error] OpenEvent(...) failed (2: the system cannot find the file specified)
https://serverfault.com/questions/432578/nginx-stop-reload-on-windows-failed-for-access-is-denied
View ArticleAny way of configuring Max Fragment Length Negotiation
Hi there. I'm working on some IoT projects and in connection to that I'm proxying some services behind nginx for TLS. The devices that connect however have quite limited RAM, and a default TLS...
View ArticleNew to NGINX
Hello, a colleague and I are working to set up NGINX Plus to communicate between a server and an MFP. Not being familiar with UNIX is a hurdle but also not familiar with Load balancer is biting us in...
View ArticleCannot get through nginx from outside network
I created a media VM. I run radarr/sonarr behind NGINX. Although I can easily connect to radarr/sonarr from within the VM and from my host, I cannot reach either from outside the network. Suggestions?...
View ArticleHow to setup IPv6 on nginx server centos 7
How to setup IPv6 on nginx server centos 7 easy. Step 1. You have to config domain to ipv6 with record AAAA. Step 2: Edit file nginx config with code (i using SSL with Let's Encrypt) listen 80; listen...
View ArticleSetup sitemap.xml on NGINX multi-site
Where I am hosting a multiple static websites in NGINX (subdomain and domain); and Where I want to also have sitemap automatically generated for both the subdomain and domain; How can I achieve this...
View ArticleHow to setup website search in NGINX.
What is the best way to setup website search in NGINX static site?
View ArticleUnifi Controller Websocket Connection Error
Hi All, I have strange problem: I have two instances of the unifi controller. The main one on my synology in a docker container, and a backup version on a Raspberry Pi also in a docker container. Setup...
View ArticleHow To Host Domain + Subdomain On Bitnami Non-Wordpress Static
I have a static site hosted on a Bitnami NGINX box. The goal is to host both the domain and subdomain(s) without using WordPress. What are the necessary steps to accommodate more than one site on this...
View Article