Fancy URL support
This commit is contained in:
parent
2b8e21f95f
commit
7621ac946d
@ -27,6 +27,10 @@ http {
|
||||
|
||||
root /data;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
location = /robots.txt {
|
||||
allow all;
|
||||
log_not_found off;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user