mirror of
https://github.com/openvk/chandler.git
synced 2025-02-02 04:25:25 +03:00
Merge branch 'master' of https://github.com/openvk/chandler into master
Signed-off-by: Celestora <kitsuruko@gmail.com>
This commit is contained in:
commit
0355a1a6d8
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
index index.php;
|
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.
|
# DO NOT DELETE "(?!well-known).*" if you want to use let's encrypt.
|
||||||
|
@ -47,4 +47,4 @@ server {
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name domain.tld;
|
server_name domain.tld;
|
||||||
return 301 https://$server_name$request_uri;
|
return 301 https://$server_name$request_uri;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue