Fancy URL support

This commit is contained in:
Derkades 2020-06-10 19:04:58 +02:00
parent 2b8e21f95f
commit 7621ac946d

View File

@ -27,6 +27,10 @@ http {
root /data;
location / {
try_files $uri $uri/ /index.php?$args;
}
location = /robots.txt {
allow all;
log_not_found off;