Doc recommend to use reverse proxy if Apache/nginx is also running on… (#8384)
* Doc recommend to use reverse proxy if Apache/nginx is also running on server * Update docs/content/doc/usage/https-support.md Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									e270896a83
								
							
						
					
					
						commit
						628f9da0de
					
				| 
						 | 
					@ -20,6 +20,8 @@ menu:
 | 
				
			||||||
Before you enable HTTPS, make sure that you have valid SSL/TLS certificates.
 | 
					Before you enable HTTPS, make sure that you have valid SSL/TLS certificates.
 | 
				
			||||||
You could use self-generated certificates for evaluation and testing. Please run `gitea cert --host [HOST]` to generate a self signed certificate.
 | 
					You could use self-generated certificates for evaluation and testing. Please run `gitea cert --host [HOST]` to generate a self signed certificate.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you are using Apache or nginx on the server, it's recommended to check the [reverse proxy guide]({{< relref "doc/usage/reverse-proxies.en-us.md" >}}).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To use Gitea's built-in HTTPS support, you must change your `app.ini` file:
 | 
					To use Gitea's built-in HTTPS support, you must change your `app.ini` file:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```ini
 | 
					```ini
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue