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:
parent
d88a6978cd
commit
9c276a799e
1 changed files with 0 additions and 4 deletions
|
@ -7,7 +7,3 @@ location __PATH__/ {
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_pass http://unix:__INSTALL_DIR__/sock;
|
proxy_pass http://unix:__INSTALL_DIR__/sock;
|
||||||
}
|
}
|
||||||
location __PATH__/css/ {
|
|
||||||
alias __INSTALL_DIR__/assets/css;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue