Quantcast
Channel: Nginx Forum - How to...
Browsing all 4759 articles
Browse latest View live
↧

Re: Forwarding TCP from IP

No costs, plenty of examples to find with google.

View Article


Handing 15,000+ SSL certs and nginx configuration

Hello All, I am running an application that has about 200,000 subdomains and 15,000 custom domains. Each subdomain belongs to a customer and they have an ability to white label my platform by using...

View Article


Re: Handing 15,000+ SSL certs and nginx configuration

Ideas: https://www.google.nl/#q=nginx+dynamic+loading+certificate Just one example: http://www.greg-gilbert.com/2015/08/serve-dynamic-ssl-certificates-in-nginx/

View Article

How to dynamic link openssl

I try to compile nginx with a own openssl version but i keep getting the following error: make -f objs/Makefile make[1]: Entering directory `/root/nginx-1.10.2' cd /usr/local/ulyaoth/ssl/openssl1.1.0 \...

View Article

Not streaming files or...

I have a very strange thing; I run a setup with Nginx(v1.4.6) as proxy and Tomcat(v7.0.62) on Ubuntu 14.04 LTS server It runs fine for some time 10+ hours - and then out of the blue it gets very slow...

View Article


Re: Not streaming files or...

benner999 Wrote: ------------------------------------------------------- > I have a very strange thing; I run a setup with Nginx(v1.4.6) as proxy > and Tomcat(v7.0.62) on Ubuntu 14.04 LTS server...

View Article

NGINX server_name help

Running 1.9.14 as a load balancer. We have a drupal multi-site & a single static site listening on 80 with the same ip broken out using server_name for specific sites. I'm also listening on 443 on...

View Article

T3(Oracle) Over HTTP using Nginx

Hello everyone, I´m trying to use Nginx as a load balancer for my application where it uses JMS queue, so far I have found anything, does anyone ever tried that? Is it possible to convert T3 into...

View Article


Re: T3(Oracle) Over HTTP using Nginx

You could use 'stream' or venture in to a Lua solution (openresty).

View Article


redirect / rewrite folder to root

Hello my shop was in the folder shop from domain. https://www.mydomain.de/shop and i want to change the position to: https://www.mydomain.de without loosing all the google search traffic. how do it do...

View Article

Re: Facebook can't scrape my site

Hi asshad, we have the exact same situation, everything fine with Nginx except that we can't share our web pages with Facebook, receiving 502 response code from Facebook Debugger. Can you please tell...

View Article

php-file not protected

Hello I have a basic authentication inserted to my nginx server config. location / { # This is cool because no php is touched for static content. # include the "?$args" part so non-default permalinks...

View Article

Change locally hosted site from "localhost" to "localhost/site"

Hi all, I'm very new to hosting anything so this may have an obvious solution... But this is the first time I've ever touched a webserver, and so far I haven't got it right. I've installed Moodle...

View Article


Re: Facebook can't scrape my site

Found the Solution. I have recompiled Nginx with Threads Module activated. That solved my issue. Just in case anyone here has the same problem, so you don't need to investigate and spend hours on this...

View Article

Error module ngx_http_auth_pam_module.so after update

hello, I update nginx on debian 8 server from 10.10001 version to 10.10002 with apt and nginx repos. I get a error message : module "/etc/nginx/modules/ngx_http_auth_pam_module.so" version 1010001...

View Article


Nginx / reverse proxy

We have a web application called Calabrio AQM that doesn't work for users outside of our network. AQM is a call recording platform we use in our call center to store recorded calls. There's apparently...

View Article

Can't reach website anymore only "Welcome to nginx!" page comes up

I am using Nginx to run my website on Ubuntu 14.04. I just got it setup a few days ago. Everything was working fine until my router ended up changing my IP address on my Ubuntu server last night. I...

View Article


Disable redirect to https

My current configuration for `Nginx` is server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.html index.html; server_name url.tdl;...

View Article

Re: Make Nginx not process If-Match header

I have the same problem - I need to be able to handle resource comparison logic myself. How can I do this?

View Article

Configure LDAP Authentication using Nginx and Django with FIR (Fast Incident...

Hello! Does anyone know how to configure LDAP Authentication using nginx and django? I setup FIR (Fast Incident Response) in a linux server and cannot properly configure LDAP Auth.

View Article
Browsing all 4759 articles
Browse latest View live