Re: nginx error "location" directive is not allowed here in
location is only allowed in server {} blocks.
View ArticleRe: nginx error "location" directive is not allowed here in
itpp2012 Wrote: ------------------------------------------------------- > location is only allowed in server {} blocks. I have dealt with it, Thanks!!! Now gives an error message nginx [45012]:...
View ArticleRe: nginx error "location" directive is not allowed here in
Since you messed up the server blocks you may very well have messed up other areas that suppose to be in server blocks and some that should be outside, have a good look at ALL .conf files, print them...
View ArticleRe: nginx error "location" directive is not allowed here in
itpp2012 Wrote: ------------------------------------------------------- > Since you messed up the server blocks you may very well have messed up > other areas that suppose to be in server blocks...
View Articlehow to start serving
Hi. I am new to here and web stuff, haven't used apache before. Today I installed nginx for the first time, but all this stuff seems so hard to me. Why does it have to be so hard and complicated....
View ArticleDrawpile Server Administration using RestAPI through NGINX reverse proxy
I need NGINX to take hostname forwarding (free service from noip.com) to and forward the request to the drawpile server (multi user drawing application) on my raspberry pi. The drawpile server is...
View ArticleOne arm deployment with Stream Reverse Proxy
Hi Anyone can share any example for one-arm deployment with TCP stream reverse proxy configuration in nginx ? -Thiam Cheng
View ArticleRe: Drawpile Server Administration using RestAPI through NGINX reverse proxy
To create a password for NGINX, remember to use the line that is below, substituting "username" for a desired login name. htpasswd -c /etc/nginx/passwords username
View ArticleRe: Drawpile Server Administration using RestAPI through NGINX reverse proxy
I think I figured out part of it at least.... I wasn't using the command to restart the NGINX process as I thought using the first command sudo nginx -s reload Would be enough. So I combined it with...
View ArticleProblem after installation ngx_pagespeed
Hello everyone. I am new and just starting my experience with Debian 8 64bit on VPS. I have installed module from Gooogle automatic installation bash <(curl -f -L -sS...
View ArticleRe: Drawpile Server Administration using RestAPI through NGINX reverse proxy
In addition to the information given by Andrzej A. Flip (from https://superuser.com/questions/1254358/replace-single-line-with-multline-content-within-the-file-nginx-conf/1254557#1254557 ), you need to...
View ArticleReverse proxy MS OneDrive WebDav
Hi, In my company there is a network policy that does not allows to access to MS OneDrive using with the client or by mapping the account as a webdav folder pointing the URL...
View ArticleLogging all Set-Cookie headers
Greetings, I'm am logging cookies set when nginx sends its response, but to my dismays I've noticed nginx only seems to log the first Set-Cookie header sent. Can anyone tell me some way to log ALL...
View Articleplay interruptions during reloads
Hi, nginx works great. OBS streams live to debian rootserver with nginx + rtmp module installed. I call with Firefox the url and player starts with flash plugin player and with html5 player perfectly....
View ArticleRe: play interruptions during reloads
What I mean is for example: Preload 10 second video and play it. After 5 seconds playing preload next 10 seconds and so on ... but with no stopping.
View Articlereloading nginx with tons of virtual hosts
Hi guys, I'm having some strange behaviour with nginx. I've a website which provides services across multiple third level domains (something like sitea.example.com, siteb.example.com and so on) The...
View ArticleProblem nginx reverse proxy
Hello everybody, First, sorry for mi English because I'm French. I have a litle problem that I can't fix. I have a web server in my lan accessible with https://lanserver url. I have a domain name...
View ArticleRe: Problem nginx reverse proxy
OK it's good! The lan web server aswerd just with 443 port. It must put "proxy_pass https://backend_toto.com;" instead of "proxy_pass http://backend_toto.com;".
View ArticleRe: Drawpile Server Administration using RestAPI through NGINX reverse proxy
***THIS QUESTION IS OFFICIALLY SOLVED.*** I would have deleted/edited posts if I could, but alas I cannot. So I'm posting a final update....
View Article