Re: Htaccess Rewrite Problem
hi . i have a problem . how to install X-Accel-Redirect on the nginx in the directadmin ? please help me !
View ArticleRe: Redirect js.map , css.map
hi . i have a problem . how to install X-Accel-Redirect on the nginx in the directadmin ? please help me !
View ArticleRe: How to force mp4 downloads
hi . i have a problem . how to install X-Accel-Redirect on the nginx in the directadmin ? please help me !
View ArticleEnable X-Accel-Redirect
hi . i have a problem . how to install X-Accel-Redirect on the nginx in the directadmin ? please help me !
View ArticleReverseProxy rewrite 172...16:port/#1234 host.domain.com (extern)
I try to rewrite an internal url with the structure http://172.20.20.16:3777/#53584 over the ReverseProxy on host.domain.com. Unfortunately, the proxy cuts off everything from the comment hash "#". A...
View Articleautoindex on - 404 not found
Hi all, I installed nginx on an offline computer, I configured it and it worked fine. But when I installed nginx as a service with NSSM, autoindex does not work, I get an 404 error message, I can't...
View ArticleRe: autoindex on - 404 not found
If it runs as a service that service needs access rights to whereever your data is.
View Articleproxify qlikview through nginx
We use nginx as load balancer for our project But we have some trouble, auth not worked in qlikview when we use nginx This config worked on apache: <VirtualHost *:80> <Location "/qlikview">...
View ArticleRe: autoindex on - 404 not found
Thanks for your reply. I forgot to mention that I was trying to access mapped networking drives. After I tried everything I know I still could not make it work, so I decided to write a small C# program...
View ArticleRe: autoindex on - 404 not found
Just use srvany to create a service and use a .cmd file, in there you can 'net use' and start nginx.
View ArticleConfiguration issue with nginx
I'm not very experienced with nginx. I'm having trouble with using ngxinx as a proxy in front of minio. I've been adding a minio service (4 were already running fine) but now nginx has stopped working...
View ArticleRe: Configuration issue with nginx
OK, as always, the answer was: a config error. The client wasn't using the exact right Credential and this means it fell through all the authorization statements. What I need is a default fall through...
View ArticleDirect use of Linux file/directory functions in Nginx module?
I'm developing a Nginx module, and want to use Linux file/directory functions (such as 'readlink' and 'access') in the module. Because Nginx module API does not support these functions. Of course,...
View ArticleNginx - Reverse Proxy - Session closed
Hi all, I just setup nginx to work as reverse proxy in order to publish an internal website. I used this vhost configuration: server { # The IP that you forwarded in your router (nginx proxy) listen...
View ArticleBackend with client certificate authentication
Hi I have an application (EJBCA) which is installed in wilfdly 10 version. This application requires a client certificate authentication. I need to put nginx in front and I have some issue to forward...
View ArticleRe: Nginx - Reverse Proxy - Session closed
Just solved deleting "proxy_set_header Host $host;" string Now I have some issue with frames that nginx doesn't allow me to view :-/
View ArticleSharing data between Module and Filter
Good evening, Let me first provide you the background from my incoming questions: * I'm currently trying to write a module which would hook on the PRECONTENT phase. In this module i'd like to make...
View ArticleWeird redirect question
Hi all! I'm trying to figure out if I'm doing something wrong, or if this is normal behavior. I have site aaa.fi which redirects to https://www.bbb.fi , meaning from HTTP to HTTPS. Certificate is for...
View ArticleRe: Weird redirect question
In your 443 block your doing a "return 301 https://www.aaa.fi$request_uri; " again.
View ArticleRe: Weird redirect question
itpp2012 Wrote: ------------------------------------------------------- > In your 443 block your doing a "return 301 > https://www.aaa.fi$request_uri; " again. Yes, the idea is that if you...
View Article