Procházet zdrojové kódy

Update examples/reverse-proxies/nginx/matrix.conf: fix capitalization

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4044/head
Suguru Hirahara před 1 rokem
rodič
revize
522c59038e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      examples/reverse-proxies/nginx/matrix.conf

+ 2
- 2
examples/reverse-proxies/nginx/matrix.conf Zobrazit soubor

@@ -11,9 +11,9 @@ server {
http3 on;

# 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 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;

location / {


Načítá se…
Zrušit
Uložit