Skip to content

Commit 6be3b0e

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [DependencyInjection] Fix tagged service priority inconsistent method name Remove paragraph about .htaccess files
2 parents 5094d7f + a895c0f commit 6be3b0e

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
@@ -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

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)