phanpy_ynh/conf/nginx.conf

11 lines
242 B
Nginx Configuration File
Raw Permalink Normal View History

2024-11-09 17:37:18 +01:00
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/;
client_max_body_size 10M;
# Include SSOWAT user panel's shortcut tile.
include conf.d/yunohost_panel.conf.inc;
}