Update 'README.md'
This commit is contained in:
		@@ -10,11 +10,11 @@ Forward Authentication for use with proxies (caddy, nginx, traefik, etc)
 | 
				
			|||||||
- Create a new website (within any php-capable webserver) and make sure that the documentroot points to the `public` folder  
 | 
					- Create a new website (within any php-capable webserver) and make sure that the documentroot points to the `public` folder  
 | 
				
			||||||
- Check if you are able to browse to `https://<fqdn>/lucidAuth.login.php` (where `<fqdn>` is the actual domain -or IP address- your webserver is listening on)  
 | 
					- Check if you are able to browse to `https://<fqdn>/lucidAuth.login.php` (where `<fqdn>` is the actual domain -or IP address- your webserver is listening on)  
 | 
				
			||||||
- Edit your proxy's configuration to use the new website as forward proxy:  
 | 
					- Edit your proxy's configuration to use the new website as forward proxy:  
 | 
				
			||||||
  - #### ~~in Caddy/nginx~~    <small>(planned for a later stage)</small>
 | 
					  #### ~~in Caddy/nginx~~    <small>(planned for a later stage)</small>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - #### in Traefik  
 | 
					  #### in Traefik  
 | 
				
			||||||
  Add the following lines (change to reflect your existing configuration):  
 | 
					  Add the following lines (change to reflect your existing configuration):  
 | 
				
			||||||
#####   1.7  
 | 
					  ##### 1.7  
 | 
				
			||||||
  ```
 | 
					  ```
 | 
				
			||||||
  [frontends.server1]
 | 
					  [frontends.server1]
 | 
				
			||||||
    entrypoints = ["https"]
 | 
					    entrypoints = ["https"]
 | 
				
			||||||
@@ -25,7 +25,7 @@ Forward Authentication for use with proxies (caddy, nginx, traefik, etc)
 | 
				
			|||||||
      [frontends.server1.routes.ext]
 | 
					      [frontends.server1.routes.ext]
 | 
				
			||||||
        rule = "Host:<fqdn>"
 | 
					        rule = "Host:<fqdn>"
 | 
				
			||||||
  ```
 | 
					  ```
 | 
				
			||||||
#####   2.0  
 | 
					  ##### 2.0  
 | 
				
			||||||
  Either whitelist IP's which should be trusted to send `HTTP_X-Forwarded-*` headers, ór enable insecure-mode in your static configuration:  
 | 
					  Either whitelist IP's which should be trusted to send `HTTP_X-Forwarded-*` headers, ór enable insecure-mode in your static configuration:  
 | 
				
			||||||
  ```
 | 
					  ```
 | 
				
			||||||
  entryPoints:
 | 
					  entryPoints:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user