mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-11 09:38:57 +01:00
Update examples/reverse-proxies/nginx/matrix.conf: fix capitalization
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
1db8254074
commit
522c59038e
@ -11,9 +11,9 @@ server {
|
|||||||
http3 on;
|
http3 on;
|
||||||
|
|
||||||
# TODO: add/remove services and their subdomains if you use/don't use them
|
# TODO: add/remove services and their subdomains if you use/don't use them
|
||||||
# this example is using hosting something on the base domain and an element web client, so example.com and element.example.com are listed in addition to matrix.example.com
|
# this example is using hosting something on the base domain and an Element Web client, so example.com and element.example.com are listed in addition to matrix.example.com
|
||||||
# if you don't use those, you can remove them
|
# if you don't use those, you can remove them
|
||||||
# if you use e.g. dimension on dimension.example.com, add dimension.example.com to the server_name list
|
# if you use e.g. Dimension on dimension.example.com, add dimension.example.com to the server_name list
|
||||||
server_name example.com matrix.example.com element.example.com;
|
server_name example.com matrix.example.com element.example.com;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user