Re: dynamically rate_limit ?
There's a 3rd party module you can try: https://github.com/trbs/Nginx-limit-traffic-rate-module
View ArticleRe: Convert Apache require user to nginx
it would have been helpful if i could find any information about setting up user authentication on specific vhoststhe issue i'm having is that i have only one htaccess file with all the users/passwords...
View ArticlePROPFIND error 405 with git-http-backend
I'm trying to configure git-http-backend over nginx, but without success.My configuration is:--------------------------------------------------mkdir -p /var/git/repo1cd /var/git/repo1git init --baregit...
View ArticleRe: reverse proxying exchange 2013, rdp over ssl and sstp vpn
Hello,Starting nginx stil results in an error, output of "journalctl -xn" displays following message:nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/sites-enabled/rdp...Output of...
View ArticleRe: reverse proxying exchange 2013, rdp over ssl and sstp vpn
andreas27 Wrote:-------------------------------------------------------> nginx: [emerg] "stream" directive is not allowed here in> /etc/nginx/sites-enabled/rdp...Stream is a separate block AFTER...
View ArticleRe: reverse proxying exchange 2013, rdp over ssl and sstp vpn
After some more experiments I got streaming running for RDP and SSTP, I could even publish both services when they run on the same backend. But no other https publishing e.g. for Exchange OWA / EWS is...
View ArticleRe: reverse proxying exchange 2013, rdp over ssl and sstp vpn
andreas27 Wrote:-------------------------------------------------------> But no other https publishing e.g. for Exchange OWA / EWS is possible> as listener for port 443 is already in use.>>...
View ArticlePages without .php/.html extension = redirect on index page
Hello,Someone knows why my pages doesn't work (redirect on index) without the extension ? Thank youhttp://pastebin.com/QMKwQwaS
View Articledynamic proxy_pass "?" issue
Hi,need some help with dynamic proxy_pass, currently my config looks like this:#####location ~ /(.*)/(.*) {proxy_pass http://192.168.0.55:8080/$1_app/services/$2;proxy_set_header Host...
View ArticleNginx does not honor X-Forwarded-Proto ?
Hi,People generally use Nginx as front-end for Apache but my setup is opposite for a specific need:Client <--------------http/https-------------------> Apache...
View ArticleUsing If Condition
I am trying to removed all cookies from response headers if Pragma: no-cache is not present in the headers in Nginx. I am trying to achieve this as belowif ( $sent_http_pragma !~* "no-cache"){...
View ArticleRedirects for URLs with Greek characters
Hello,I am moving a few webpages to a new location and I would like to set up 301 redirects from the old to the new location. The thing is that my URLs contain Greek characters and as far as I know,...
View ArticleRe: Redirects for URLs with Greek characters
Have you tried it? like a normal standard redirect?
View ArticleRe: Using If Condition
You should use Curl, it will show you exactly on each request what is coming back.
View ArticleRe: Redirects for URLs with Greek characters
What do you mean?I have tried this way onlylocation /wiki/%CE%99%CF%83%CF%84%CF%8C%CF%84%CE%BF%CF%80%CE%BF%CF%82 { return 301...
View ArticleRe: Redirects for URLs with Greek characters
stevez7 Wrote:-------------------------------------------------------> What do you mean?>> I have tried this way only>> location...
View ArticleError log: upstream timed out (110: Connection timed out) on Nginx
Please... I need help!!! My script don't works! My script in php only load for serveral time and afterwords appears that message:---------------------------------------------------------------------An...
View ArticleRe: Redirects for URLs with Greek characters
itpp2012 Wrote:-------------------------------------------------------> location /wiki {> return 301 https://el.wikipedia.org/wiki$request_uri;> }No I did not tried this because I do not want...
View Article