HTTPS is downloading file, HTTP aint
Hi all, I'm pretty new with NGINX but i would like to learn a lot about it. Currently I've installed NGINX on CentOS7 with PHP-FPM. I've installed Let's Encrypt and would like to use HTTPS. The only...
View ArticleRe: Weird redirect question
I see now, the problem is the certificate which chrome complains about. Look for chrome details in a tab/button you could press to get more details. Or use debug mode in firefox.
View ArticleRe: Weird redirect question
itpp2012 Wrote: ------------------------------------------------------- > I see now, the problem is the certificate which chrome complains > about. > Look for chrome details in a tab/button...
View ArticleContent-Length header missing
Running Drupal 8 on php 7.2 and nginx 1.14.0. We are using cloudfront and to utilise the built in compression in CF it requires that we send a Content-Length header. If I turn gzip off; on nginx we...
View ArticleHow to transparently proxy to upstream?
Hi there, I created a similat question once, but was not clear! Therefore my setup: nginx 1.10.3-0ubuntu0.16.04.3 Backend server (any web server running SSL) I am trying to get this URI:...
View ArticleRe: How to transparently proxy to upstream?
Nobody with an idea here? Am I the only one?
View ArticleCache Proxy - "cacheable asset" clarification / sanity check
Hi, I am working on a small project and I am a bit baffled. Hoping someone can give me a bit of insight. I've setup an nginx cache proxy upstream of an IIS ASP WinServer 2012 web server. For the most...
View ArticleWrong redirecting to 404 on several subfolders
Hello everybody, I am nearly new to nginx and since three months I run my own server with Ubuntu 18.04. It's the first time I use Linux. I did not find anything to my problem. I use nginx and MariaDB....
View ArticleRe: Weird redirect question
Any other ideas, anyone? Still trying to figure this one out.
View ArticleRe: Cache Proxy - "cacheable asset" clarification / sanity check
So, a little followup on this. In case anyone else finds themselves in the same situation. I dug into docs a bit more and reading, I realized I needed to look at the (!precise!) config for...
View ArticleMAKE NGINX NOT TO WAIT FOR MIRROR RESPONSE
I am mirroring all the requests to another server. But, nginx waits for the response from my mirroring server also. Is it possible to make to not wait for the mirror response
View ArticleNewb question: How do i edit the config?
I'm trying to install phpBB and getting a "404 not found" install error. According to a thread on the subject, I have to edit my nginx config file by adding a couple of lines. It's at the bottom of the...
View ArticleHow do I handle wildcard subdomains intelligently?
Obviously there are certain important exceptions that I wish to be able to specify, but for regular users on the system, I want to serve files, and perhaps enable php-fpm or the like, at the domain *...
View ArticleLaunch subrequest before filter gets called
Dear Nginxers, I previously wrote a post which got no response, after rereading it, it was in fact not clear at all... Mainly due to a misunderstanding on my side! This is the reason why i prefer...
View ArticleRe: Launch subrequest before filter gets called
Dear members, To achieve my usecase, i have created a module that launches two subrequests to different upstreams. I then retrieve the body of those subrequests' responses and put them into a single...
View Article[newb]Anyone else setup nginx in weblogic?
Hello folks, This is my first time configuring nginx as a transparent proxy for web applications deployed in weblogic. Our setup is we have rules configured in iptables, any inbound traffic to the...
View ArticleJoomla custom app, matching and using alias/try_files
G'day, Unfortunately I've only got a limited knowledge of what I'm asking, please forgive me if I use the wrong terminology (this might be why I failed to find the answer on Google). Currently I have a...
View ArticleRe: Joomla custom app, matching and using alias/try_files
This has been my attempt at it after working for several hours... I keep getting 404 errors when trying to match /catalogue/??????, in this case I'd like it to try root /index.php?args. I've aliased...
View Articlegetting 304 status instead of needed 200
Hi, Please help to set 200 (no cache needed) for some URLs instead of 304 response [08/Dec/2018:14:58:44 +0000] "GET /api/board HTTP/2.0" time_local="08/Dec/2018:14:58:44 +0000" protocol="HTTP/2.0"...
View ArticleCanary Deployment on per-location context
I'm using Nginx as a reverse proxy for multiple backend services. These services are isolated and run on different release cycles. Depending on what's in the process of being updated, some services may...
View Article