github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-nginx-proxy-router/503.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>503: No ddev back-end site available</title> 5 <style> 6 body { 7 width: 35em; 8 margin: 0 auto; 9 font-family: Tahoma, Verdana, Arial, sans-serif; 10 } 11 </style> 12 </head> 13 <body> 14 <h1>503: No ddev back-end site available.</h1> 15 <p>This is the ddev-router container (ddev-nginx-proxy-router): There is no back-end webserver at the URL you specified. You may want to use "ddev start" to start the site.</p> 16 </body> 17 </html>