Commit 71ab2f29 authored by wojiushixiaobai's avatar wojiushixiaobai

[Fix]修改错误

parent 54c729a0
......@@ -63,9 +63,9 @@
.. code-block:: vim
# "MAF二次认证"勾选会开启全局强制"MFA", 所有jumpserver用户必须使用动态口令进行认证登录(即时生效)
# "限制登录失败"和"限制登录时间"设置需要重启jumpserver才能生效
# "SSH最大空闲时间"设置需要重启jumpserver才能生效
# "MAF二次认证"勾选会开启全局强制"MFA", 所有 jumpserver 用户必须使用动态口令进行认证登录(即时生效)
# "限制登录失败"和"限制登录时间"设置需要重启 jumpserver 才能生效
# "SSH最大空闲时间"设置需要重启 coco 才能生效
# "密码校验规则"设置立即生效
.. image:: _static/img/admin_settings_security_list_01.jpg
......
......@@ -419,13 +419,13 @@ Luna 已改为纯前端, 需要 Nginx 来运行访问
.. code-block:: shell
$ apt-get -y install nginx
$ rm -rf /etc/nginx/site-enabled/default
$ rm -rf /etc/nginx/sites-enabled/default
**6.2 准备配置文件 修改 /etc/nginx/site-enabled/jumpserver.conf**
**6.2 准备配置文件 修改 /etc/nginx/sites-enabled/jumpserver.conf**
.. code-block:: nginx
$ vim /etc/nginx/site-enabled/jumpserver.conf
$ vim /etc/nginx/sites-enabled/jumpserver.conf
server {
listen 80;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment