Pull Email field out of User PKI certificate
Hi, I am working with an application that uses PKI authentication. In my application the user's certificate will have an email field and my application will need to get access to it from the...
View ArticleSettings for high traffic streaming server
Good Day, just wondering if anyone running a Windows streaming server can let me know what settings have worked best for them? Seems for me if the server is getting hammered then it will stop serving...
View ArticleSetup camera
Hello, I have a raspberry PI running nginx. This is accessible from outside my network and works fine. How can I configure it so that I can access a webcam, that is not accessible directly from...
View ArticleRe: how to enable ssl to another port?
it seems that it is not possible to have multiple https ports in the same server using the same service. That is true?
View Articleapps behind reverse proxy
Hi team, here is what i wrote in the conf file of nginx: server { listen 443 ssl; server_name 10.10.10.100; access_log off ; error_log off ; ssl_certificate /etc/nginx-selfsigned.crt;...
View ArticleNginx redirects
I have an e-commerce application. Web server is Nginx. We are planning to cut over from old site to new site.(Domain name is same but the architecture is changed from Monolithic (.NET) to Micro...
View ArticleNginx server redirect to Error Server not working
Hi Team and Techies, I need your help. I have been searching for a solution to this problem. Here is my setup. Server A: 192.168.1.99 Nginx Server Latest version: 01-2020 version. Serves as Reverse...
View ArticleRe: apps behind reverse proxy
I am getting the empty page for my backend phpmyadmin page as well, after being authenticated with username and password. It works well with LAN IP address : 443 , for example -...
View ArticleRe: how to enable ssl to another port?
Based on my understanding, nginx is listening to already running services on the server. For example: If you have a apache server and nginx server on the same machine, apache server is your backend web...
View ArticleRe: map directive in nginx work only in first variant
Did you resolve this by yourself ? This is advanced nginx configuration.
View ArticleServing PDF files from MySQL
We have a large number of PDF files that are stored as LONGBLOBs in a MySQL database. We've written a Drupal-based PHP module that pulls the LONGBLOB data and formats it as a PDF download from the web...
View ArticleRe: Serving PDF files from MySQL
An additional note: The location instruction: location /support/userdoc/ { refers to a virtual directory. (It does not really exist in the file system, but is solely used as an entry point to the...
View ArticleLocation (proxy_pass) directive-newbie question
Hi. I'm sure this is a recurring topic for newbies (please bear with me!) and I have read the documentation and done a web search for solutions but still can't get this to work. I am trying to setup...
View Articlefirst time use - run rtsp server
Hello , I'm very very new at nginx and from what I read this might be the best sulotion for me I have a NVR that show 4 cameras I want to be able to connect to it and see only 1 camera each time I did...
View ArticleSet up Nginx revese proxy
I have some troubles to configure Nginx as a reverse proxy in order to have my vm's with private ip addresses being reachable from the internet. I drew a diagram with my current configuration in the...
View ArticleNginx + DDClient + Cloudflare
Hello All. Figured someone may be able to help as this is driving me up a wall. A bit about my setup: 1. Ubuntu 18.04 LTS server 2. Static ip and DNS set within Network Manager 3. Running several apps...
View Articlecannot load mime types and images in nginx
I am trying to load static files as detailed below. The index.html loads but all the other content for example .json, .css and .jpg files are not loading. Here is my config: server { listen 80...
View ArticleNginx reverse proxy for IIS server
I have a windows IIS server with several subdomains : sub1.domain.com sub2.domain.com sub2.domain.com All domains are secured with a (wildcard) SSL certificate Now I want to setup an NGINX proxy on a...
View ArticleUpstream issue
I have the following configuration : 2 IIS servers, 1st is the MASTER server, receiving and streaming videos with NGINX pseudo streaming 2nd is the backup server. every 5 mins the videofiles are synced...
View Article