Help configuring headers to generate a proper Kerberos Token for a backend...
Hello, I'm using a backend authentication which provides SPNEGO Authentication behind a Nginx proxy. It seems that the client SPNEGO token is generated from the hostname, so my users cannot use the...
View ArticlePoint to folder to page
I have the follow code that accesses my pages correctly: location /echolot { alias /home/webpage/www/echolot; autoindex on; } When I go to allpingers.net/echolot/, it goes to an 'Index of /echolot/'...
View ArticleRe: Point to folder to page
WOW! It is so easy when you are a pro - thank you very much!
View Articlediscard duplicate http request with nginx ?
Hello I have been using nginx for a year now and without a doubt it has been very useful as a proxy server for distributing my static content. now , I have a problem with an application which is...
View ArticleHotlinking
Hey guys, I am running on one of my servers nginx, for streaming/hosting mp4 files. How can I deactivate hotlinking?
View ArticleRe: Client certificate based AUTH (ssl_client_certificate vs...
bump It seems these two directives are not derived from a compatible context after all?
View Articlenginx as proxy to my mysql server in docker
I'm working with a server in the cloud with N dockers containers, in the server I have one nginx that redirect based on the domain to my docker containers, I can perfectly redirect my http traffic, but...
View ArticleRe: nginx as proxy to my mysql server in docker
i just discovery that is not possible with other protocols to handle dns names, ill just use port redirection provided by docker
View ArticleError page for bad folder request
error_page 404 /404.html; location = /404.html { root /var/www/; } I use the above to catch and direct 404s to a custom 404.html page in /var/www. All my other pages are located in another place. This...
View ArticleRe: Error page for bad folder request
http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files
View ArticlePlease help me in URLRewrite using upstream LB servers
Hi, I am new to NGINX and trying to learn at work. I have a requirement, where my web applications are deployed into the two servers at same ports. I am using tomcat server and I want my url args are...
View ArticleDo I need to build nginx from source and add modules for caching?
Im reading a blog about speeding up my wordpress install and it says to use ngx_cache_purge and headers-more-nginx-module Is this necessary?
View ArticleHow to block access to exchange ecp from external
Hi, I would like to know if anyone knows how i can block access to exchange /ecp from external networks. I have tried the following conf server { listen 80; server_name mail.example.com; location ~...
View Articlenginx proxy to subdirectory
Hello, I have a problem with nginx proxy. I have site on server with IIS at "http://192.168.1.1:80/" and want to see it at subdirectory like "http://localhost/site1/" I configure config file as...
View ArticleRe: nginx proxy to subdirectory
itpp2012 Wrote: ------------------------------------------------------- > Remove the trailing '/' for proxy_pass It doesn't work
View ArticleRe: nginx proxy to subdirectory
itpp2012 Wrote: ------------------------------------------------------- > Disable the rewrite. Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you...
View ArticleRe: nginx proxy to subdirectory
Have a good look at the logfiles, what is being requested and what is being passed on to the backend, often when using a debug build and the debug log you can see the re-write happening and figure out...
View Article