Skip to content

Commit f6ebf75

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [HttpCache] Update a link to Varnish cookie docs Improve the explanation of the setfacl command usage [Notifier] Mention the "test" option of SmsApi
2 parents 5970069 + 3a1a08b commit f6ebf75

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

http_cache/varnish.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ proxy before it has expired, it adds complexity to your caching setup.
235235

236236
.. _`Varnish`: https://varnish-cache.org/
237237
.. _`Edge Architecture`: http://www.w3.org/TR/edge-arch
238-
.. _`clean the cookies header`: https://varnish-cache.org/trac/wiki/VCLExampleRemovingSomeCookies
238+
.. _`clean the cookies header`: https://varnish-cache.org/docs/7.0/reference/vmod_cookie.html
239239
.. _`Surrogate-Capability Header`: http://www.w3.org/TR/edge-arch
240240
.. _`cache invalidation`: https://tools.ietf.org/html/rfc2616#section-13.10
241241
.. _`FOSHttpCacheBundle`: https://foshttpcachebundle.readthedocs.io/en/latest/features/user-context.html

notifier.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Sendberry ``symfony/sendberry-notifier`` ``sendberry://USERNAME:P
8787
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
8888
Sms77 ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
8989
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
90-
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
90+
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM&test=0``
9191
SmsBiuras ``symfony/sms-biuras-notifier`` ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0``
9292
Smsc ``symfony/smsc-notifier`` ``smsc://LOGIN:PASSWORD@default?from=FROM``
9393
SMSFactor ``symfony/sms-factor-notifier`` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE``
@@ -99,14 +99,15 @@ Vonage ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@de
9999
Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default``
100100
=============== ===================================== ===========================================================================
101101

102-
.. versionadded:: 6.2
103-
104-
The ContactEveryone and SMSFactor integrations were introduced in Symfony 6.2.
105-
106102
.. versionadded:: 6.1
107103

108104
The 46elks, OrangeSms, KazInfoTeh and Sendberry integrations were introduced in Symfony 6.1.
109105
The ``no_stop_clause`` option in ``OvhCloud`` DSN was introduced in Symfony 6.1.
106+
The ``test`` option in ``Smsapi`` DSN was introduced in Symfony 6.1.
107+
108+
.. versionadded:: 6.2
109+
110+
The ContactEveryone and SMSFactor integrations were introduced in Symfony 6.2.
110111

111112
To enable a texter, add the correct DSN in your ``.env`` file and
112113
configure the ``texter_transports``:

setup/file_permissions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ server user and grant the needed permissions:
4444
.. code-block:: terminal
4545
4646
$ HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1)
47-
# if this doesn't work, try adding `-n` option
47+
48+
# if the following commands don't work, try adding `-n` option to `setfacl`
4849
4950
# set permissions for future files and folders
5051
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:$(whoami):rwX var

0 commit comments

Comments
 (0)