1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00
snweb_ynh/conf/nginx.conf
2022-09-28 21:55:43 +02:00

14 lines
367 B
Nginx Configuration File

#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
# Path to source
alias __FINALPATH__/live/packages/web/dist/ ;
# Redirects
sub_filter ' href="/' ' href="__PATH__/';
sub_filter ' src="/' ' src="__PATH__/';
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';
}