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::
651
651
}
652
652
}
653
653
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:
656
657
657
658
.. configuration-block ::
658
659
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:
374
374
After you deploy to production, make sure that you **cannot ** access the ``index.php ``
375
375
script (i.e. ``http://example.com/index.php ``).
376
376
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
-
384
377
For advanced Nginx configuration options, read the official `Nginx documentation `_.
385
378
386
379
.. _`Apache documentation` : https://httpd.apache.org/docs/
You can’t perform that action at this time.
0 commit comments