mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
nginx is definitely a pain in the *ss
This commit is contained in:
parent
3f32aee1e0
commit
6aa128997a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __INSTALL_DIR__/;
|
||||
root __INSTALL_DIR__/;
|
||||
|
||||
# Deny access to hidden files and directories
|
||||
location ~ ^/(.+/|)\.(?!well-known\/) {
|
||||
|
|
Loading…
Reference in a new issue