add support to set location backends
This commit is contained in:
parent
630a536c7f
commit
fc5a1f4b2d
2 changed files with 12 additions and 10 deletions
|
|
@ -56,6 +56,10 @@ nginx_forcessl_vhost:
|
|||
custom:
|
||||
- return 301 https://$host$request_uri
|
||||
|
||||
nginx_proxy_location:
|
||||
match: /
|
||||
backend: ~
|
||||
|
||||
phpinidefault:
|
||||
post_max_size: 64M
|
||||
upload_max_filesize: 64M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue