Nginx, HAPrpxy, redirecting will never complete
Hi to community. Want to ask some help, but we are faced with a simple problem, i hope. HaProxy must Implement SSL termination and turn http to https, and stands between Nginx and the World. The Nginx...
View ArticleRe: Nginx, HAPrpxy, redirecting will never complete
Nginx.log has only one string ---------------------------------------------------------------------------------------- 2017/02/10 00:33:10 [info] 3106#100490: *3 kevent() reported that client 127.0.0.1...
View ArticleFonts - Access-Control-Allow-Origin
Hi everyone, I need to authorize the BODY for the .ttf .eot .woff files. I tried different solutions, but nothing works. When I put this on my server configuration: location ~ \.(eot|ttf|woff)$ {...
View ArticleAltering RTMP stream for other services.
I built a Nginx server on Digital Ocean to stream to multiple streaming services. Here is my current configuration : http://pastebin.com/GMYY4Mc7 I'm trying to use FFMPeg to transform the stream to...
View Articledrupal - multisite - webcrawlers
We have a drupal multi site (7) root /srv/www/htdocs location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME...
View ArticleReturn 444 if https port(443) accesed via http
Hi All, I am new to nginx and trying to port my app from Apache, I did google and gone through docs unfortunately not able to achieve below requirement. If user access website for e.g....
View ArticleRe: Return 444 if https port(443) accesed via http
It won't work if you use "ssl" in the listen directive and don't define an ssl certificate and key. You'll see something like this in the error log: "no "ssl_certificate" is defined in server listening...
View ArticleLEMP stack downloading php files
I'm working on doing a secure Drupal install on a LEMP stack and am getting php files, info.php or index.php downloading instead of displaying. I see no errors in the logs at all. php-fpm seems to be...
View ArticleAllow only specific User?
I have htpasswd Authentication working for some directorys. In the htpasswd File, i have several Accounts. I want to use the same htpasswd File for all Directorys with the same file. But for some...
View ArticleNginx as Reverse Proxy for Home Server
Hi all, I have managed to setup nginx as reverse proxy for most of my home server web apps with a lets encrypt ssl. So far, I managed to get the forwarding working for Nextcloud, Plex, Emby and...
View ArticleNAT and NGINX on the different server
Currently I am using Web server with NAT Gateway on AWS with single Public IP Address, Now i want to use multiple Public IP Address for out side traffic Please can someone help me how I can deploy the...
View ArticleWant to do some modification if page served from cache
Hi All, I would like to do some modification like set cookie, remove some header field only if page is served from cache and for rest pass response directly to client. I see there are some modules like...
View ArticleSetting auth_request based on request method
Hi, I've implemented auth_request for a set of micro services I'm currently building and very much like this feature. I am, however, having a bit of an issue with specifying what calls need the auth...
View ArticleRe: Want to do some modification if page served from cache
I also tried, if($upstream_cache_status = "HIT") { } but not able to get in to block. Question is how to catch that processing state so that I can do some modification before page is sent to client
View ArticleCompile from source prerequisites
Hi, first time going through the process of compiling. Confused in one area about prerequisites regarding the pcre, zlib and openssl libraries. Running Centos 7 64. If I yum install in centos the...
View ArticleReverse Proxying to a certificate auth app-server
Is it possible to configure Nginx as a reverse proxy where it will proxy the connecting client's authentication certificate? I have an application service (hosted in tomcat) that requires a...
View ArticleSSL issues with PHP over HTTPS
I'm suffering in trying to get my test server up as SSL in readiness for my main server to move across. Non php pages display ok. I've got the forced www redirect working and the https redirect...
View Article