1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-24 16:31:56 +00:00
Files
nginx-proxy/test/test_fallback/test_fallback.data/custom-fallback.conf
2024-12-24 16:22:20 +01:00

6 lines
77 B
Plaintext

server {
server_name __;
listen 80 default_server;
return 418;
}