mirror of
https://github.com/openvk/chandler.git
synced 2025-01-22 15:24:15 +03:00
Fix arguments in nginx.conf
This commit is contained in:
parent
5855601d59
commit
8f61111b41
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue