xrsh_ynh/conf/nginx.conf

9 lines
153 B
Nginx Configuration File
Raw Normal View History

2025-01-20 13:06:49 +01:00
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/;
client_max_body_size 10M;
}