added nginx configuration
This commit is contained in:
parent
7e4ff716f4
commit
1e4b37d990
5
conf/nginx.conf
Normal file
5
conf/nginx.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
location __PATH__/ {
|
||||||
|
alias __INSTALL_DIR__/;
|
||||||
|
index index.html;
|
||||||
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user