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

Fix path for css/js assets in nginx conf

This commit is contained in:
Alexandre Aubin 2020-10-13 21:12:08 +02:00
parent aca154a5cf
commit fb45e31e31

View file

@ -21,7 +21,7 @@ location / {
client_max_body_size 16m;
location ~* \.(css|js)$ {
root /home/mobilizon/live/priv/static;
root __FINALPATH__/mobilizon/priv/static;
etag off;
expires 1y;
access_log off;