Enabling SSL on NZBGet
I have NZBGet running on port 6789 and SSL on port 6790. I am able to access both internally and externally by specifying my domain_name:port. My nzbget.conf file looks like so: upstream nzbget_server...
View ArticleHowto encrypt url/uri using NGINX
Hi Need help regarding url/uri encryption such like instead of showing real folder/files name in the website address such https://abc.com/?34kj334j33lkj43/=u83m3n434343ffgkj4545j or...
View ArticleReceiving responses back
Hello Everyone, I appreciate helping me with following situation: In normal processing, I have a requester that talks to a backend. The backend performs some processing and returns response back to...
View ArticleRe: Receiving responses back
..."However, when loadbalancer finishes job, it needs to send back to loadbalancer so that loadbalancer can return response back to requester. How can I accomplish this? " to However, when backend...
View Articleconfigurations file names
Hi, I have a configuration file called example.com, that works. It's stored in /etc/nginx/sites-available/example.com I copied the example.com in dradamb.com, Then I created a link to dradamb.com in...
View ArticleIssue - nginx + fastcgi_cache_purge
Hey everybody! I have installed Nginx HDA Bundle from https://launchpad.net/~hda-me/+archive/ubuntu/nginx-stable/+packages1 with some dynamic modules along ngx_cache_purge on Ubuntu 16.04.3 LTS...
View ArticleFailed - Network Error When Downloading SMALL Files
Hi everyone, I am about at my wits end with this problem. We have a web application (written in PHP w/ Laravel) and a major feature of this application is to export a list of residents from properties....
View ArticleOpenvpn via nginx reverse proxy
I am currently running a cloud https server and a document https server behind an nginx reverse proxy server. Additionally I am running an openvpn server on UDP port 1194 (also on the cloud sever),...
View Articleaccess problem
Nginx-RTMP setup: something does not allow this HLS stream to be linked by another host then the one it is created on. The HTML at the bottom is on another VPS with another IP. I can play the stream in...
View ArticleLDAP Authentication
Hello, I'm trying to link authentication from /htpassword from nginx to an Active directory. I'm a bit lost on how to do it. First, is it possible to do it for free or I have to pay for 'nginx plus'. I...
View ArticleHAProxy - Nginx - Wordpress
Hi, I am replacing httpd by Nginx on my platform (httpd, Nginx and wordpress), but I have a problem blocking. My architecture is as follows: INTERNET --------https------> HAPROXY (SSL) ------->...
View ArticleConditional Logging on more than one constraint
Hi, So the conditional logging example on nginx website is this, which I've tried, and it works as advertised. ----------- map $status $loggable { ~^[23] 0; default 1; } access_log /path/to/access.log...
View ArticleRe: Conditional Logging on more than one constraint
Use a third Map which does an OR or an AND on other map variables in to a new single variable for use. map $http_user_agent $logv1 { ... } map $http_user_agent $logv2 { ... } map $http_user_agent...
View ArticleRe: HAProxy - Nginx - Wordpress
I have more information. Looking at the source code from the homepage, I have the following error messages: Mixed Content: The page at 'https://mon.site.fr/wp-admin/install.php' was loaded over HTTPS,...
View ArticleReverse proxy with SSL
We currently have two application servers on a Linux box in AWS. One is on port 8080 and one is on port 7080. I wanted to know if we could possibly setup a configuration this way: prefix1.domain.com...
View ArticleRe: Reverse proxy with SSL
https://serverfault.com/questions/832456/nginx-redirect-based-on-domain-name
View ArticleRe: Reverse proxy with SSL
Thanks for the quick response! So if I'm reading this right, I just have to create a new vhost and don't even need to use two separate IP's or route DNS differently? Does it do this by reading the...
View ArticleRe: Reverse proxy with SSL
So I just got a rough draft going with this: map_hash_max_size 262144; map_hash_bucket_size 262144; map $http_host $new { 'prefix1.domain.com' '1'; 'prefix2.domain.com' '2'; } server { listen 80; if...
View Article