File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The preferred way to develop your Symfony application is to use
66
77However, when running the application in the production environment, you'll need
88to use a fully-featured web server. This article describes how to use Symfony
9- with Apache or Nginx .
9+ with Apache, Nginx or Caddy .
1010
1111.. sidebar :: The public directory
1212
@@ -187,7 +187,7 @@ Caddy
187187
188188When using Caddy on the server, you can use a configuration like this:
189189
190- .. code-block :: raw
190+ .. code-block :: text
191191
192192 # /etc/caddy/Caddyfile
193193 example.com, www.example.com {
@@ -225,3 +225,4 @@ Caddy in a container infrastructure.
225225
226226.. _`Nginx documentation` : https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/
227227.. _`How to run Symfony applications using NGINX Unit` : https://unit.nginx.org/howto/symfony/
228+ .. _`official Caddy documentation` : https://caddyserver.com/docs/
You can’t perform that action at this time.
0 commit comments