Nginx is still a mystery to me.
Could someone explain to me what the difference between ....
location ~* / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}
and
location / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}
consists ?
With my...
This suggestion is related to another thread about image rotation.
On our image site are mainly pictures of hobby vintage machines, tractors, cars, motorcycles, etc. We know an incident where some equipment was stolen from boat, because it's location could have been spied out from EXIF info of...