File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -651,8 +651,9 @@ service itself::
651651 }
652652 }
653653
654- If you want to have another method defining the priority, you can define it
655- in the configuration of the collecting service:
654+ If you want to have another method defining the priority
655+ (e.g. ``getPriority() `` rather than ``getDefaultPriority() ``),
656+ you can define it in the configuration of the collecting service:
656657
657658.. configuration-block ::
658659
Original file line number Diff line number Diff line change @@ -374,13 +374,6 @@ The **minimum configuration** to get your application running under Nginx is:
374374 After you deploy to production, make sure that you **cannot ** access the ``index.php ``
375375 script (i.e. ``http://example.com/index.php ``).
376376
377- .. note ::
378-
379- By default, Symfony applications include several ``.htaccess `` files to
380- configure redirections and to prevent unauthorized access to some sensitive
381- directories. Those files are only useful when using Apache, so you can
382- safely remove them when using Nginx.
383-
384377For advanced Nginx configuration options, read the official `Nginx documentation `_.
385378
386379.. _`Apache documentation` : https://httpd.apache.org/docs/
You can’t perform that action at this time.
0 commit comments