Relative Content

Tag Archive for nginx

Pterodactyl nginx location

I am new to nginx, I am unable to change the nginx web server configuration to move the pterodactyl location from <example.com> to <example.com/panel> and add a server block for <example.com> for a separate site.

Connection times out or is redirected to seperate virtual server on Nginx

I run a few deployments on Nginx, today, exclusively while connected to a VPN and browsing on any chromium based browser, the connection will time out (if the subdomain is the only one available to nginx) or be redirected to a seperate subdomain and error out due to the certificate being incorrect.

Configure NGINX to serve custom site

I installed nginx/1.22.1 on debian 12 and it serves the default configuration by calling in the browser. If I created a custom configuration and removed the /etc/nginx/sites-enabled/default, then the browser throws “unable to connect”. How to serve custom site using own configuration?

Remove NGINX header before processing

I have an nginx 1.24.0 running and a client software that sends both Content-Length and Transfer-Encoding: Chunked headers by mistake. This leads to a 400 Bad Request response.