Quick question on default html directory in config.
I have a new digital ocean Ubuntu 18.04 machine and I thought I overrode the default html directory for error pages and content as per config attached to /var/www/html but for some reason the...
View ArticleCompiling nginx with custom libxml2
Hi everyone, I'm trying to build nginx from source which fails. This is because I built and installed the libxml2 libraries in this (uncommon) directory. /apps/libxml2 How can I tell the...
View ArticleRe: Cannot stop nginx service on windows.
In my case nginx -s stop has no effect and there is no service called NGinxWS pv is not recognised as an intern or extern command
View ArticleCorrect path for data folder in nginx.conf
Nginx 1.16 on Windows 10 trying to implement http://nginx.org/en/docs/beginners_guide.html "serving static content", http { server { location / { root C:/nginx-1.16.0/data/www; #actual folder index...
View ArticleNginx reverse proxy help
Hello, I'm looking for some help.... What I want to do is be able to forward requests to my oneauth single sign on infrastructure without messing up the request.... So request gets directed from an app...
View ArticleRe: Quick question on default html directory in config.
Seriously, I'm missing something here. I've got nothing referencing that folder and yet nginx wants to pull files from /usr/share/nginx/html for some reason. user@Rproxy-ubuntu18:/etc/nginx$ grep...
View ArticleRe: Quick question on default html directory in config.
Fixed; https://serverfault.com/questions/969180/nginx-root-path-issue-serving-content-from-wrong-folder
View ArticleInstalling Dynamic Modules
I've been trying to install nginx 1.17.0 with the following configuration: ./configure --with-compat --with-threads --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/etc/nginx/modules...
View ArticleRe: Nginx as DTLS termination proxy?
There is experimental patch for DTLS protocol. Give it a shot. http://nginx.org/patches/dtls/README.txt
View ArticleNginx core dump : nginx-1.13.6
We use NGINX as forward proxy and I am working on upgrading nginx from 1.11.2.2 to nginx-1.13.6. Post upgrade, started noticing a core dump. Below is the stack trace. Any help to root cause this is...
View ArticleIssues with aliases and errors on various self hosted apps
I have a VPS running CentOS 7, and I'm having some trouble with a few pieces of software that I'm trying to run. My miniflux instance is working, but all the other software I'm trying to setup with...
View ArticleCan't catch location.
Hello I'm using nginx 1.10.3 running on raspbian. I'm scratching my head and going through everything I can find online, And I just can't seem to catch a specific location. I want to create a location...
View ArticleHow to log all HTTP header?
Hi In order to analysis hacker activity, I need to recode fully HTTP request. Not only method, uri, body but also headers. Module ngx_http_core_module provide $http_name to get one header, but not all....
View ArticleStatus "-" in Nginx log when caching
Hello I am using Nginx as a http cache in front of my Cloudera manager. I am analyzing the logs in order to see how efficient it is. I get the hit/miss ratio but I can also see many "-" in the upstream...
View Articleproxy_cache works fine but no $upstream_cache_status
My relevant setting: proxy_cache_path /tmp/cache levels=1:2 keys_zone=zone:10m inactive=24h max_size=1g; upstream backend { server xx.xx.xx.xx:xxx; keepalive 16; } server { ... location ^~ /frontend {...
View ArticleAPI Proxy is not working
Hi to everyone... I'm having a problem with a reverse proxy at nginx... Problem -> I have the server A with nginx that receive many connections by port 80 and 443... some connection come from...
View Articleproxy_timeout valid values
Hi, I'm trying to find out the valid values for 'proxy_timeout' (module ngx_stream_proxy_module). Nothing seems to be available in the online documentation on this regard. We would like to know max...
View Article