1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

[fix] root on nginx

This commit is contained in:
nemsia 2017-05-21 23:19:09 +02:00
parent aa15007ecc
commit d3b8da6394

View file

@ -2,7 +2,7 @@
client_max_body_size 100M;
# add to v1.4 assets
root /home/mastodon/live/public;
root /opt/mastodon/live/public;
location / {