File tree 1 file changed +3
-2
lines changed
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
6
6
7
7
However, when running the application in the production environment, you'll need
8
8
to use a fully-featured web server. This article describes how to use Symfony
9
- with Apache or Nginx .
9
+ with Apache, Nginx or Caddy .
10
10
11
11
.. sidebar :: The public directory
12
12
@@ -187,7 +187,7 @@ Caddy
187
187
188
188
When using Caddy on the server, you can use a configuration like this:
189
189
190
- .. code-block :: raw
190
+ .. code-block :: text
191
191
192
192
# /etc/caddy/Caddyfile
193
193
example.com, www.example.com {
@@ -225,3 +225,4 @@ Caddy in a container infrastructure.
225
225
226
226
.. _`Nginx documentation` : https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/
227
227
.. _`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