Upstream SSL for vmware autodeploy reverse proxy
Hello everyone, I am trying to use SSL on my upstream connection to my vCenter for my NginX Reverse Proxy, I've altered the config file that I found on Eric Gray's website...
View ArticleApplication access log is not logging the actual XFF of the real machine
In application access log nginx should print actual machine ip from where the request is coming. But instead of printing the actual XFF it printing some remote client ip which we are not sure from...
View Article404 Not Found - nginx
Hello Team, I have a PHP file and it loads fine sometimes and sometimes it gives "404 Not Found - nginx" error. Kindly suggest me regarding same. Thanks & Regards, Vinod.
View ArticleHow does proxy_cache_background_update work?
Hello guys, I'm not able to find any information about how the proxy_cache_background_update works. Official documentation says: Allows starting a background subrequest to update an expired cache item,...
View ArticleDIfferent "home" / on same server
Hi, i'm having a little trouble setting up nginx to do the following. I have an Angular 4 website, and I've just re-did the home page in Angular 6. I want the "/" location to use the new Angular 6...
View ArticleAccess router webpage securely (https) with nginx, how?
Hello All, In my current setting (Raspberry Pi running Raspbian (Debian Stretch 9.5) and nginx/1.10.3 (installed via sudo apt-get install nginx) nginx -v log: https://pastebin.com/RsUmkr30 I have...
View ArticleRe: Access router webpage securely (https) with nginx, how?
Hello again, /var/log/nginx/access.log in https://pastebin.com/6xVAyQJY shows a number of files are expected to be loaded such as... /login/encrypt.js /login/login.css /login/logo.png...
View ArticleNginx caching methods
Hi folks, I am looking to enable caching more methods than the standards Nginx allows. Currently Nginx supports GET and POST caching, however I am looking to do PUT and DELETE. Is this possible with...
View ArticleRedirect to another website if the visitor comes from a specific IP.
Hello forum members, I have a question. Is it, it is certainly possible, unfortunately I do not know the way. I would like to redirect to an external website if the visitor owns a specific IP. Maybe...
View Articlenginx image filter -> [emerg] unknown directive "image_filter_webp_quality",...
I compiled nginx with image filter module, but when including directives listed here http://nginx.org/en/docs/http/ngx_http_image_filter_module.html I gest errors when testing nginx: [emerg] unknown...
View ArticleRe: nginx image filter -> [emerg] unknown directive...
Ok. Solved redownloading and recompiling.
View ArticleUnable to browse websites from LAN
I run nginx on a VM and I rebuilt the machine that is hosting it. While I can view websites that are proxied from outside the network on the WAN, I get a “could not connect to the server” message when...
View ArticleHow to set 2 or more wordpress htaccess on NGINX ?
I have a problem . I have set a nginx+php fpm+redis+maria db on a vps but i am not pretty sure how could i use the information of different htaccess for different websites . I mean i would have 3...
View ArticleSimple question regarding server-config
Hi guys, just a simple question. I've got.. -) a "cam_alarms.php" stored in /var/www/html/ -) and (.avi-)video-files stored in /var/www/html/rec/videos Browsing the .php via...
View ArticleRe: Simple question regarding server-config
Look in the logs, the 404 will tell you where nginx expects the file to be.
View ArticleRe: Simple question regarding server-config
Hi @itpp2012, many thanks for your reply. According to /var/log/nginx/error.log; 2018/09/18 15:02:15 [error] 19354#19354: *7 open() "/usr/share/nginx/html/rec/videos/CCCC.avi" failed (2: No such file...
View ArticleRe: Simple question regarding server-config
https://stackoverflow.com/questions/47193849/nginx-root-directive-inside-location-doesnt-seem-to-be-working
View Articleanonymous ldap ??
Hello., We are trying to find the clue on setting nginx.conf to integrate with LDAP anonymously ? Where We have only LDAP URL (for ex ldap://openldap.localhost:389/ou=people,dc=odc,dc=im" We donot want...
View ArticleNginx as Reverse Proxy for multiple servers binded to proxy using UNIX...
I am trying to configure nginx as a reverse proxy for multiple servers on my LAN. They should go out on my WAN with different subdomains. Unlike the approach described in Use Nginx as Reverse Proxy for...
View ArticleNGINX reset established connection when upstream server goes up again.
Hello, everybody! So, I have in my NGINX configuration an upstream with 3 server, "A", "B" and "C". I am using "hash $remote_addr" mode, because I need direct a client’s requests to the same backend....
View Article