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:
parent
076901e045
commit
d88a6978cd
1 changed files with 6 additions and 9 deletions
|
@ -1,16 +1,13 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
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;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
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;
|
||||
}
|
||||
location __PATH__/css/ {
|
||||
alias __INSTALL_DIR__/assets/css;
|
||||
alias __INSTALL_DIR__/assets/css;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue