Add speaking redirect
This commit is contained in:
parent
1b2ce26bdb
commit
cbc6d6efc0
|
@ -26,4 +26,5 @@ server {
|
||||||
root /var/www/oliverdavies.uk/output_prod;
|
root /var/www/oliverdavies.uk/output_prod;
|
||||||
|
|
||||||
rewrite ^/about/?$ / permanent;
|
rewrite ^/about/?$ / permanent;
|
||||||
|
rewrite ^/speaking/?$ /talks permanent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue