mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Fix typos (#1236)
This commit is contained in:
@@ -132,7 +132,7 @@ If the ``minio.service`` file specifies a different user account, use the
|
|||||||
``$HOME`` directory for that account. Alternatively, specify a custom
|
``$HOME`` directory for that account. Alternatively, specify a custom
|
||||||
certificate directory using the :mc-cmd:`minio server --certs-dir`
|
certificate directory using the :mc-cmd:`minio server --certs-dir`
|
||||||
commandline argument. Modify the ``MINIO_OPTS`` variable in
|
commandline argument. Modify the ``MINIO_OPTS`` variable in
|
||||||
``/etc/defaults/minio`` to set this option. The ``systemd`` user which runs the
|
``/etc/default/minio`` to set this option. The ``systemd`` user which runs the
|
||||||
MinIO server process *must* have read and listing permissions for the specified
|
MinIO server process *must* have read and listing permissions for the specified
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
|
@@ -45,7 +45,7 @@ For example, to set up ftp access, you could set the variable to something like
|
|||||||
|
|
||||||
export MINIO_OPTS=' "--console-address="9001" --ftp="address=:8021" --ftp="passive-port-range=30000-40000" '
|
export MINIO_OPTS=' "--console-address="9001" --ftp="address=:8021" --ftp="passive-port-range=30000-40000" '
|
||||||
|
|
||||||
On Unix-like systems, you can save a file with the environment variable to ``/etc/defaults/minio`` instead of setting the variable manually.
|
On Unix-like systems, you can save a file with the environment variable to ``/etc/default/minio`` instead of setting the variable manually.
|
||||||
|
|
||||||
Storage Volumes
|
Storage Volumes
|
||||||
---------------
|
---------------
|
||||||
|
Reference in New Issue
Block a user