fix favicon of naked domain

This commit is contained in:
Girish Ramakrishnan
2016-06-01 17:27:39 -07:00
parent 6ccc46717e
commit 41632b8c11
2 changed files with 3 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ http {
rewrite ^/$ /nakeddomain.html break;
}
# required for /api/v1/cloudron/avatar
location /api/ {
proxy_pass http://127.0.0.1:3000;
client_max_body_size 1m;