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

remove useless ynh ssowat thing

This commit is contained in:
OniriCorpe 2024-05-22 23:00:23 +02:00
parent 7563c0db11
commit e511b36d19

View file

@ -6,9 +6,6 @@ location __PATH__/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://unix:__INSTALL_DIR__/sock;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
location __PATH__/css/ {
alias __INSTALL_DIR__/assets/css;