Merge branch 'master' of https://github.com/openvk/chandler into master

Signed-off-by: Celestora <kitsuruko@gmail.com>
This commit is contained in:
Celestora 2021-09-16 20:03:07 +03:00
commit 0355a1a6d8

View file

@ -21,7 +21,7 @@ server {
location / {
index index.php;
try_files $uri $uri/ /index.php;
try_files $uri $uri/ /index.php$is_args$args;
}
# DO NOT DELETE "(?!well-known).*" if you want to use let's encrypt.