1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/strut_ynh.git synced 2024-09-03 20:26:33 +02:00
strut_ynh/conf/nginx.conf

10 lines
258 B
Nginx Configuration File

location PATHTOCHANGE {
alias ALIASTOCHANGE;
index index.html;
try_files $uri $uri/ /index.html;
include conf.d/yunohost_panel.conf.inc;
}
location ~ ^PATHTOCHANGE/(data|config|\.ht|db_structure\.xml|README) {
deny all;
}