1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunomonitor_ynh.git synced 2024-09-03 17:46:11 +02:00
yunomonitor_ynh/conf/nginx.conf
2023-12-11 12:37:28 +01:00

5 lines
111 B
Nginx Configuration File

location ^~ '/.well-known/yunomonitor/' {
default_type "text/plain";
alias __INSTALL_DIR__/well-known/;
}