phanpy_ynh/conf/nginx.conf
2024-11-09 17:57:53 +01:00

11 lines
No EOL
242 B
Nginx Configuration File

#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;
}