Skip to content

Commit

Permalink
add default vhost with config link
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
codekitchen committed Jun 23, 2016
1 parent 9b33920 commit a7cdeba
Show file tree
Hide file tree
Showing 5 changed files with 824 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ COPY *.conf /etc/nginx/conf.d/
# override nginx-proxy templating
COPY nginx.tmpl Procfile reload-nginx /app/

COPY htdocs /var/www/default/htdocs/

ENV DOMAIN_TLD docker
ENV DNS_IP 127.0.0.1
Binary file added htdocs/EmojiSymbols-Regular.woff
Binary file not shown.
46 changes: 46 additions & 0 deletions htdocs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE HTML>
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Undeviating
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140322
-->
<html>
<head>
<title>Dinghy HTTP Proxy</title>
<meta charset="utf-8" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900|Quicksand:400,700|Questrial" rel="stylesheet" />
<link rel="stylesheet" href="/main.css" />
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<span class="dinghy-boat"></span>
</div>
</div>
</div>
<div class="wrapper">
<div id="welcome" class="container">
<div class="title">
<h2>Welcome to the Dinghy HTTP Proxy</h2>
</div>
<p>
<a href="https://github.com/codekitchen/dinghy-http-proxy#configuration">
Read the configuration documentation</a> to get started.
</p>
<p>If you expected to see your application at this URL, it may not be running,
or it may be improperly configured.
</p>
</div>
</div>
<div id="copyright">
<p>Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>
Loading

0 comments on commit a7cdeba

Please sign in to comment.