Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3802785
D2461.id6200.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
767 B
Referenced Files
None
Subscribers
None
D2461.id6200.diff
View Options
diff --git a/roles/webserver-legacy/nginx/files/vhosts/dereckson.be/hg.conf b/roles/webserver-legacy/nginx/files/vhosts/dereckson.be/hg.conf
--- a/roles/webserver-legacy/nginx/files/vhosts/dereckson.be/hg.conf
+++ b/roles/webserver-legacy/nginx/files/vhosts/dereckson.be/hg.conf
@@ -32,6 +32,18 @@
return 302 https://bitbucket.org/dereckson/zed-hg$1;
}
+ location = /zed {
+ return 301 https://github.com/dereckson/zed;
+ }
+
+ location = /zed/ {
+ return 301 https://github.com/dereckson/zed;
+ }
+
+ location ~ ^/freebsd-ports/src/tip/(.*)$ {
+ return 301 https://github.com/dereckson/freebsd-ports/tree/main/$1;
+ }
+
location / {
return 301 https://bitbucket.org/dereckson$request_uri;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 11:53 (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2272937
Default Alt Text
D2461.id6200.diff (767 B)
Attached To
Mode
D2461: Improve hg.dereckson.be redirects
Attached
Detach File
Event Timeline
Log In to Comment