Sync some fixes from production
This commit is contained in:
parent
d1f4f7b9ad
commit
10d75e9d8c
6 changed files with 8 additions and 4 deletions
|
|
@ -2,6 +2,7 @@ server {
|
|||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name {{ butter_name }}.local;
|
||||
client_max_body_size 150M;
|
||||
|
||||
location ^~ /chat {
|
||||
alias /var/www/html/chat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue