diff --git a/Dockerfile b/Dockerfile index 40bed13988..3465e83eab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,10 +21,10 @@ RUN set -eux; \ /data/caddy \ /etc/caddy \ /etc/frankenphp; \ - sed -i 's/php/frankenphp run/g' /usr/local/bin/docker-php-entrypoint; \ - echo ' /app/public/index.php + sed -i 's/php/frankenphp run/g' /usr/local/bin/docker-php-entrypoint COPY --link caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile +COPY --link package/content/index.php /app/public/index.php RUN ln /etc/caddy/Caddyfile /etc/frankenphp/Caddyfile && \ curl -sSLf \ -o /usr/local/bin/install-php-extensions \ diff --git a/alpine.Dockerfile b/alpine.Dockerfile index b8ea510a66..e9e0fb3176 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -20,10 +20,10 @@ RUN set -eux; \ /data/caddy \ /etc/caddy \ /etc/frankenphp; \ - sed -i 's/php/frankenphp run/g' /usr/local/bin/docker-php-entrypoint; \ - echo ' /app/public/index.php + sed -i 's/php/frankenphp run/g' /usr/local/bin/docker-php-entrypoint COPY --link caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile +COPY --link package/content/index.php /app/public/index.php RUN ln /etc/caddy/Caddyfile /etc/frankenphp/Caddyfile && \ curl -sSLf \ diff --git a/package/content/index.php b/package/content/index.php index a61018ffe0..b67c420a4e 100644 --- a/package/content/index.php +++ b/package/content/index.php @@ -2,730 +2,749 @@ - - Test Page for FrankenPHP - + + + FrankenPHP | Welcome! + + -
-
-

- - Test page -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-

If you are a member of the general public:

- -

The fact that you are seeing this page indicates that the website you just visited is either - experiencing problems, or is undergoing routine maintenance.

- -

- If you would like to let the administrators of this website know that you've seen this page - instead of the page you expected, you should send them e-mail. - In general, mail sent to the name "webmaster" and directed to the website's domain should reach - the appropriate person. -

- -

For example, try contacting webmaster@. -

- -

Learn more about FrankenPHP at the official website.

-
- -
-

If you are the website administrator:

- -

Your server is running and serving requests using FrankenPHP

- -

To replace this page, deploy your application files to .

- -

Configuration is handled in your Caddyfile.

- -
- Served by PHP SAPI:
-
- -
-
- -
-
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Your FrankenPHP server is up and running.

+ Get started +
+
FrankenPHP is propulsed by Les-Tilleuls.coop
+
- + \ No newline at end of file