浏览代码

Add is more descption on what some of the oprtions mean as requested by @henkiew

Robert Middleswarth 3 年之前
父节点
当前提交
9377bd17fe
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/nginx_proxy_manager.md

+ 5 - 0
docs/nginx_proxy_manager.md

@@ -155,6 +155,11 @@ Domain Name is the public Domain name that will point at your host.<br>
 Forward Hostname/IP is the server running the resource.<br>
 Port is the port the service is running on that server.<br>
 
+Two options you might want to enable are Cachie Assets and Block Common Exploits they will help protect and reduce the load on your sites but they can cause problems for some sites so be aware of this before enabling.
+
+Some applications will use Websockets if they app uses this you will need to enable it but very few applications do so.  To put it simply if you don't what it is than leave it disabled.
+
+
 ![Proxy Hosts](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-New-Proxy-Host.png)
 
 > Hint: Generating Certificates can be complicated I will be outlining one of the simplest ways to generate one.  There are other ways not outlined here.