This commit is contained in:
parent
6c901fc2f9
commit
a32354f941
Binary file not shown.
Binary file not shown.
|
|
@ -3,6 +3,7 @@ server {
|
|||
server_name localhost;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
client_max_body_size 100m;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
|
@ -14,6 +15,7 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
client_max_body_size 100m;
|
||||
}
|
||||
|
||||
location /msghub {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user