mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update nginx.md
This commit is contained in:
parent
7d4fdb6477
commit
69ae0c7340
@ -114,21 +114,21 @@ If ModSecurity is installed on the server, this file is copied for every new dom
|
||||
```
|
||||

|
||||
|
||||
## Domain Nginx Docker VHost Template
|
||||
### Domain Nginx Docker VHost Template
|
||||
For users with Nginx webserver, this file is copied inside their docker container for every new domain.
|
||||
```bash
|
||||
/etc/openpanel/nginx/vhosts/docker_nginx_domain.conf
|
||||
```
|
||||

|
||||
|
||||
## Domain Apache Docker VHost Template
|
||||
### Domain Apache Docker VHost Template
|
||||
For users with Apache webserver, this file is copied inside their docker container for every new domain.
|
||||
```bash
|
||||
/etc/openpanel/nginx/vhosts/docker_apache_domain.conf
|
||||
```
|
||||

|
||||
|
||||
## OpenPanel Proxy
|
||||
### OpenPanel Proxy
|
||||
This file affects all user domains and makes accessing services via user domains: `/openpanel` `/openadmin` `/webmail`
|
||||
```bash
|
||||
/etc/openpanel/nginx/vhosts/openpanel_proxy.conf
|
||||
@ -136,7 +136,7 @@ This file affects all user domains and makes accessing services via user domains
|
||||

|
||||
|
||||
|
||||
## OpenPanel Proxy
|
||||
### Error Pages
|
||||
These error pages are shown to visitors when the domain configuration file is malformed or no response from docker container.
|
||||
```bash
|
||||
/etc/openpanel/nginx/vhosts/error_pages/
|
||||
|
Loading…
Reference in New Issue
Block a user