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

remove bugged css proxying

This commit is contained in:
OniriCorpe 2024-05-22 23:01:01 +02:00
parent e511b36d19
commit 401032fb3b

View file

@ -7,7 +7,3 @@ location __PATH__/ {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://unix:__INSTALL_DIR__/sock;
}
location __PATH__/css/ {
alias __INSTALL_DIR__/assets/css;
}