bourse stock

5 lines
94 B

3 months ago
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}