1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

[fix] Unreachable css

This commit is contained in:
ljf 2018-11-11 01:58:40 +01:00
parent 336dccfb95
commit 16a344d644

View file

@ -9,15 +9,15 @@ location /protected/ {
alias /opt/YNH_APP_INSTANCE_NAME/YNH_APP_INSTANCE_NAME/smedia/;
}
location PATHTOCHANGE/media {
location PATHTOCHANGEmedia {
alias /opt/YNH_APP_INSTANCE_NAME/media;
}
location PATHTOCHANGE/static {
location PATHTOCHANGEstatic {
alias /opt/YNH_APP_INSTANCE_NAME/static;
}
location PATHTOCHANGE/assets {
location PATHTOCHANGEassets {
alias /opt/YNH_APP_INSTANCE_NAME/static;
}