Update to 1.0.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user