pretendo-docker/config/nginx/default.conf
Matthew Lopez b2d22f3836
Disable unused and broken nginx SSL support
It was causing timing issues in CI because of mitmproxy's certificate generation. Making this work for real will require compiling nginx from source anyway.
2024-05-11 00:53:13 +00:00

8 lines
85 B
Plaintext

server {
listen 80 default_server;
location / {
return 404;
}
}