Skip to content

Commit e0b39ed

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: [DependencyInjection] Fix tagged service priority inconsistent method name Fixed table margin Remove paragraph about .htaccess files
2 parents c53dfda + 6be3b0e commit e0b39ed

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

service_container/tags.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,9 @@ service itself::
653653
}
654654
}
655655

656-
If you want to have another method defining the priority, you can define it
657-
in the configuration of the collecting service:
656+
If you want to have another method defining the priority
657+
(e.g. ``getPriority()`` rather than ``getDefaultPriority()``),
658+
you can define it in the configuration of the collecting service:
658659

659660
.. configuration-block::
660661

setup/web_server_configuration.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
384377
For advanced Nginx configuration options, read the official `Nginx documentation`_.
385378

386379
.. _`Apache documentation`: https://httpd.apache.org/docs/

0 commit comments

Comments
 (0)