mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-05-12 15:05:28 -05:00
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.
8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
server {
|
|
listen 80 default_server;
|
|
|
|
location / {
|
|
return 404;
|
|
}
|
|
}
|