From a46336871f5eb877c448b385b79cfd5d0d966f88 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Sun, 24 Oct 2021 15:01:09 +0200 Subject: [PATCH] Fix links broken by Couscous See https://github.com/CouscousPHP/Couscous/issues/178#issuecomment-276820234 --- docs/frameworks/symfony.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/frameworks/symfony.md b/docs/frameworks/symfony.md index b88d7849b..fccc67412 100644 --- a/docs/frameworks/symfony.md +++ b/docs/frameworks/symfony.md @@ -139,12 +139,12 @@ in `trusted_proxies`. ## Assets To deploy Symfony websites, assets need to be served from AWS S3. The easiest approach is to use the -[Server-side website construct of the Lift plugin](https://github.com/getlift/lift/blob/master/docs/server-side-website.md). +Server-side website construct of the Lift plugin. This will deploy a Cloudfront distribution that will act as a proxy: it will serve static files directly from S3 and will forward everything else to Lambda. This is very close to how traditional web servers like Apache or Nginx work, which means your application doesn't need to change! -For more details, see [the offical documentation](https://github.com/getlift/lift/blob/master/docs/server-side-website.md#how-it-works). +For more details, see the official documentation. First install the plugin @@ -203,7 +203,7 @@ upload all specified files and directories to the bucket. > If you are not using Flex, update the `serverless.yml` file to exclude assets from the deployment ([see the recipe](https://github.com/symfony/recipes-contrib/blob/master/bref/symfony-bridge/0.1/serverless.yaml#L35)) For more details, see the [Websites section](/docs/websites.md) of this documentation -and the official [Lift documentation](https://github.com/getlift/lift/blob/master/docs/server-side-website.md). +and the official Lift documentation. ### Assets in templates