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:
parent
aca154a5cf
commit
fb45e31e31
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ location / {
|
||||||
client_max_body_size 16m;
|
client_max_body_size 16m;
|
||||||
|
|
||||||
location ~* \.(css|js)$ {
|
location ~* \.(css|js)$ {
|
||||||
root /home/mobilizon/live/priv/static;
|
root __FINALPATH__/mobilizon/priv/static;
|
||||||
etag off;
|
etag off;
|
||||||
expires 1y;
|
expires 1y;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
Loading…
Add table
Reference in a new issue