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:
parent
336dccfb95
commit
16a344d644
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue