pretendo-docker/config/nginx/default.conf
Matthew Lopez 3948c01fb4
Attempt to get the Wii U to connect to nginx directly
It doesn't work for some reason, even though TLSv1.0 is enabled in nginx.
2023-12-22 20:45:33 -05:00

9 lines
120 B
Plaintext

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