1
0
Fork 0
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:
Limezy 2024-01-30 00:41:20 +07:00
parent 3f32aee1e0
commit 6aa128997a

View file

@ -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\/) {