Skip to content
Snippets Groups Projects
Verified Commit e900f6ac authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add redirects

parent c60c1005
No related branches found
No related tags found
No related merge requests found
Pipeline #20541 passed
......@@ -5,6 +5,9 @@ server {
root /usr/share/nginx/html;
rewrite ^/wp-content/uploads/2022/02/.* $scheme://$http_host/documents/szabalyzat-2022-1.pdf last;
rewrite ^/[0-9]+/[0-9]+/[0-9]+/(.+) $scheme://$http_host/articles/$1 redirect;
location / {
index index.html index.htm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment