Update to 1.0.0

This commit is contained in:
Matthias
2019-06-20 12:15:59 +02:00
parent b91565e4c1
commit ad1d4b3c4a
6 changed files with 91 additions and 96 deletions

View File

@@ -6,15 +6,16 @@ server {
# required, else the limit is 1mb
client_max_body_size 20M;
location /_matrix {
# location /_matrix {
# proxy_pass http://localhost:8448;
# proxy_set_header X-Forwarded-For $remote_addr;
# }
location / {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
}
location / {
root /app/code/nginx;
index index.html;
}
}