You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This page confirms that the HTTP server powered by FrankenPHP (via the Caddy web server) is operating correctly on this system.</p>
98
+
</div>
99
+
<hr />
100
+
101
+
<div class="content-columns">
102
+
<div class="content-column-left">
103
+
<h2>If you are a visitor:</h2>
104
+
105
+
<p>This default page means the site you tried to access is set up, but no specific content has been deployed yet.</p>
106
+
107
+
<p>If you were expecting a different site, it's possible the owner hasn't uploaded any content, or they’re currently making updates.</p>
108
+
109
+
<p>If you wish to notify the site administrator, try contacting "webmaster" at the domain you visited. For example: webmaster@example.com.</p>
110
+
111
+
<p>Learn more about FrankenPHP at the <a href="https://frankenphp.dev/">official website</a>.</p>
112
+
<hr />
113
+
</div>
114
+
115
+
<div class="content-column-right">
116
+
<h2>If you are the administrator:</h2>
117
+
118
+
<p>Your server is running and serving requests using FrankenPHP, integrated as a module within Caddy.</p>
119
+
120
+
<p>To replace this page, simply deploy your application files to the configured web root directory in your Caddy setup. If you’re using PHP, FrankenPHP will handle it natively.</p>
121
+
122
+
<p>Configuration is handled in your <code>Caddyfile</code>. Make sure your <code>root</code> and <code>php_server</code> directives are properly set for your site.</p>
<a href="https://caddyserver.com/"><img src="assets/caddy.png" alt="[ Powered by Caddy ]" /></a>
132
+
</div>
133
+
</div>
134
+
</div>
135
+
</div>
136
+
<div class="footer">
137
+
<a href="https://frankenphp.dev">FrankenPHP</a> is an open-source web server module for PHP built on top of <a href="https://caddyserver.com">Caddy</a>.
0 commit comments