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

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-09-27 22:40:16 +02:00
parent f75ff4d3d4
commit 6b54d6c25b

View file

@ -10,7 +10,7 @@ location __PATH__/ {
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
location __PATH__/css {
location __PATH__/css/ {
alias __INSTALL_DIR__/assets/css;
}