I found the issue was that nginx -V showed the compile time --prefix=/usr/share/nginx was passed to nginx by my distro. this folder has an html folder that is used when a root directive is missing from your server block. I had already tried the following config but now that I think I know what the issue is I am sure I can figure it out. server { listen 443 ssl default_Server;by teliot - How to...
Attached is the default page I am unable to remove from the configs. This is what I get when I curl. root@test:~# curl -i https://shstats.teliot.dev/index.html --resolve shstats.teliot.dev:443:192.168.51.58 --ins ecure HTTP/1.1 200 OK Server: nginx/1.18.0 (Ubuntu) Date: Wed, 11 Aug 2021 18:29:58 GMT Content-Type: text/html Content-Length: 612 Last-Modified: Tue, 21 Apr 2020 14:09:01 Gby teliot - How to...
This is my nginx config https://paste.nginx.org/3c i have removed the default server block and yet i still get the /var/www/html/index.nginx-debian.html being handed out by nginx when i visit https://shstats.teliot.dev/index.html when i change the index.html to search.php i get an expected not found response from the target apache server. the apache target server does not have nginx at all or anyby teliot - How to...
I have been muted on the libera irc #nginx and do not understand why. The appeals doc mentioned PMing the operator but the OP that was talking does not respond to the following PM "Hello, i seem to be muted in #nginx, what was it that i said that resulted in this?". The appeals doc mentions #nginx-master but that chan is empty. I would like to appeal my mute in the channel #nginx Tby teliot - Other discussion