In order to rewrite for example:
https://www.teusonho.org/symbol/casa to /symbol.php=casa
You can use:
location /symbol {
rewrite ^/symbol/([^/\.]*)$ /symbol.php?symbol=$1;
}
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.
In order to rewrite for example:
https://www.teusonho.org/symbol/casa to /symbol.php=casa
You can use:
location /symbol {
rewrite ^/symbol/([^/\.]*)$ /symbol.php?symbol=$1;
}
GeekCon is by far the best conference I have ever participated in. If you are not that familiar about GeekCon , so shortly, once every year...
No comments:
Post a Comment