- ๐จ๐ดColombia juankvillegas
The solution for me was taken from this other issue comment ๐ File not found web/update.php/selection Closed: outdated
location /update.php/ { rewrite ^/update.php/(.*)$ /update.php?q=$1 last; }
The last 100 updated issues.
The last 7 days of comments and CI jobs.
The solution for me was taken from this other issue comment ๐ File not found web/update.php/selection Closed: outdated
location /update.php/ {
rewrite ^/update.php/(.*)$ /update.php?q=$1 last;
}