Nginx not caching when Vary headers not being ignored
First off: I don't have much experience with Nginx. I'll just proceed directly to the problem though: Nginx config: user www-data; worker_processes auto; pid /run/nginx.pid; events { worker_connections...
View ArticleNot legacy SEO practice. Someone who has pointed their domain at my ip (web...
Hello everyone, with regard to the server blocks, Is there anything I can do about someone who has pointed their domain at my ip?. What Happens: notdesireddomain.com(without content, i check visiting...
View ArticleClosed connection in SSL handshake (10054: An Existing ....
I'm using nginx for the first time so this could be my fault. I'm trying to use nginx as https reverse proxy to connect users to another https site. Both nginx and the redirected site are using the...
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
I'm still trying to access several vpn servers by hostname using the same port on the same host. I looked at the \conf\nginx-sslh-v1.0.conf file for Windows version and here:...
View ArticleNot able to stream more than 5 downloads at once.
Hello Nginx Forum. I have a huge problem with my server and i´m completly lost here. Before i start with the settings i´ve already tr´d to adjust please let me explain as detailed as possible whats...
View ArticleRe: Not able to stream more than 5 downloads at once.
The problem must be located in the backend (proxypass/fastcgi) where it limits the amount of clients.
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
tmtben Wrote: ------------------------------------------------------- > I'm still trying to access several vpn servers by hostname using the > same port on the same host. > > I looked at...
View ArticleRe: Not able to stream more than 5 downloads at once.
Thanks for your reply. We had in mind to activate aio for a Folder located in htdocs, that includes all the files our customers can download. Would this command do it ? location /downloads/ { sendfile...
View ArticleRe: Not able to stream more than 5 downloads at once.
That should work, testing is the only way to find out.
View ArticleHow to have one vhost for www/non-www + http to https
I'm looking to have one nginx host file which handles domain.tld and www.domain.tld with and without https and redirects all of them to use https and www so any visitor would end up at https...
View ArticleRe: Closed connection in SSL handshake (10054: An Existing ....
Am I the only one to get the 10054 error? Is there anyone that can help me with this? Thanks,
View Articlehow to check destination url response code is 200 before redirecting with nginx
I have two domain names, for example domain1.com and domain1.org. All requests from domain1.com are redirected to domain1.org, with uri of course. How can I check with nginx that uri on domain1.org...
View ArticleRe: How to have one vhost for www/non-www + http to https
I think you are using Wordpress source code. So, that is my configure: http://pastebin.com/0tdKz9MD
View ArticleRe: How to have one vhost for www/non-www + http to https
Yes I do use Wordpress so if I understand your solution right, you don't care about www/non-www at nginx level you let Wordpress sort that out? You only make sure the site is called with HTTPS.
View ArticleNGINX config for Pydio - FastCGI sent in stderr error
Hello, I am really looking and asking around for my issue but not finding a real solution. I hope you can help me. Pydio is running with NGINX on my Raspberry. I will attache my conf file here. Syncing...
View ArticleRe: NGINX config for Pydio - FastCGI sent in stderr error
Maybe one more thing The client is able to download and delete files from / on server but it can not upload or copy files to server. I hope really you have an idea. At least the information it is not...
View ArticleRe: How to host multiple sites locally at different addresses
It seems pretty clear after looking at a vhost file that what you need to play with is the root directory. Check this: http://nginx.org/en/docs/beginners_guide.html location / { root /data/www; } that...
View ArticleNginx Reverse proxy config for kodi, rewrite rules
I'm having some difficulty configuring nginx reverse proxy and i think some kind of re-write rule is needed. location /kodi { rewrite ^/kodi$ https://home.example.com/kodi/ permanent; rewrite...
View Article403 Forbidden nginx/1.6.3 (centos 7)
Hello, after i installed nginx/1.6.3 & php56w-fpm, i run my website in the browser with a VH listening for port 80 and it worked, but at the moment I wanted to create a VH that listens for port 443...
View ArticleRe: Closed connection in SSL handshake (10054: An Existing ....
My problem was resolved. I was binding my certificate by hostname. I changed it to ipport and now it works.
View Article