mirror of
https://github.com/YunoHost-Apps/strut_ynh.git
synced 2024-09-03 20:26:33 +02:00
10 lines
258 B
Nginx Configuration File
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;
|
|
}
|