What is meant by server_name
Hello, in my windows nginx.conf I have the server_name as .mydomain.com but it also works if I just leave it at localhost. I have users getting kicked out after some time so I was wondering what the...
View ArticleForwarding a self-signed client certificate to backend
Hello everybody. Help a newbie, please. We have backend application web-server with authorization with login/pass + self-signed client certificate. What parameters need to be specified so that the...
View ArticleWhat version is recommended for 10K+ connections?
Hello, What version is recommended for 10K+ connections? Mainline version https://nginx.org/en/download.html - 1.15.5 Crow version http://nginx-win.ecsds.eu/ - 1.15.3.1
View ArticleRe: What version is recommended for 10K+ connections?
What settings are recommended for a m3u8 streaming site? Seems to boot off the user at random times, 5-10 minutes.
View Articlejavascript modules served with wrong MIME type
I'm trying to serve a javascript app with Nginx, which makes use of ES2016 modules. All of the module files have .the extension .js. When accessing the app from chrome, I receive the following error:...
View ArticleHTTP -> HTTPS Proxy
Hi. We're developing an extension for an existing embedded hardware. The device does not offer SSL but communicates with a server through HTTP. We're building a hardware extension that acts as a HTTPS...
View Articlegrpc with browser client
Hello, We're experimenting with grpc and ways to expose those services to clients. I've followed along with the blog post here: https://www.nginx.com/blog/nginx-1-13-10-grpc/ and gotten the helloworld...
View ArticleCSRF token verification failed. Request aborted
Hi All, I am using nginx 1.15.3 in our application as a proxy server. It has a server config block which works as a HTTP as well as HTTPS server.(mentioned below). x.y.z.f indicates IP of the HTTPS web...
View ArticleConnection refused & Looking for advice on running two sites
Hello everyone, I just switched my webserver from Apache to nginx and I have some problems. I did follow this tutorial:...
View ArticleNginx, Docker, React, Express with websocket
I was developing an app which receives twitter feed in live format and everything worked fine untill i tested the production environment with docker. The problem i have is that my client (react) does...
View ArticleWhat are the rules around perl calls?
I'm playing with ngx_http_perl_module; for starters, just logging to error_log and setting headers: location / { set $target https://$host$request_uri; perl ph::handler; add_header X-debug-message...
View ArticleBasic reverse proxy setup (noobie)
Hi, I'm a NGIX noobie trying to setup basic reverse proxy server for the first time to harden my home security IP camera which doesn't support SSL natively. Camera is behind my pfSense firewall and...
View ArticleToo many redirects
Good day, I have a problem with my site not loading due to 'too many redirects'. The issue is not browser or PC dependant. It seems to depend on the modem / connection used. On the same laptop it will...
View ArticleRe: Basic reverse proxy setup (noobie)
It seems that these Nginx forum posts are unable to be edited afterwards. Strange... Nevertheless, here's some further clarification. 192.168.6.66 is my camera's current IP. It's behind my firewall and...
View ArticleHow to force mp4 downloads
Hello there! Since switching to nginx/easyengine setup my mp4 files that are linked directly are no longer getting downloaded but instead opened up in the browser. How can I force nginx to download ALL...
View Articledirectory index of "" is forbidden
Ubuntu 14.04 PHP Version => 5.5.9-1ubuntu4.26 I have hit a brick wall on this issue. Any insight is greatly greatly appreciated. Error for NGINX logs 2018/10/29 17:46:09 [error] 3681#0: *14...
View ArticleWebsite loads css with direct IP address link, but the domain link doesn't....
For some reason the css files and pictures (same folder) are loaded perfectly on the IP direct link, but then I run it through my domain name and doesn't load it. It simply just pulls an 404 error for...
View ArticleRedirect js.map , css.map
I am receiving multiple 404 errors for .map files which do not exist in my server logs. e.g. /wp-includes/js/tinymce/skins/lightgray/skin.min.css.map...
View ArticleHtaccess Rewrite Problem
I am using the Alti Watermark Plugin but my web server Nginx so i need to write the htaccess rules for nginx again but i couldn't.can you please help the code I need to convert: # BEGIN alti-watermark...
View Article