saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -31,6 +31,16 @@ server {
|
|||||||
return 301 https://898.ro/tags/$1;
|
return 301 https://898.ro/tags/$1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Redirect /tag/ URLs to /tags/
|
||||||
|
location ~ ^/tags/(.*) {
|
||||||
|
return 301 https://898.ro;
|
||||||
|
}
|
||||||
|
|
||||||
|
# Redirect /en/ URLs
|
||||||
|
location ~ ^/en/(.*) {
|
||||||
|
return 301 https://898.ro;
|
||||||
|
}
|
||||||
|
|
||||||
# Redirect /tag/ URLs to /tags/
|
# Redirect /tag/ URLs to /tags/
|
||||||
location ~ ^/tag/(.*) {
|
location ~ ^/tag/(.*) {
|
||||||
return 301 https://898.ro/tags/$1;
|
return 301 https://898.ro/tags/$1;
|
||||||
|
|||||||
Reference in New Issue
Block a user