chewbranca.com

Check-in [4357a01c5d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add redirects for archived chewbranca.github.io posts
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4357a01c5dd1f1ef3cff5e5a7dba81fa9221ff88e6385db97588e8287381ec0f
User & Date: chewbranca 2020-04-08 06:47:02
Context
2020-04-08
07:13
Use instead of for redirects check-in: 25fe4e7842 user: chewbranca tags: trunk
06:47
Add redirects for archived chewbranca.github.io posts check-in: 4357a01c5d user: chewbranca tags: trunk
05:44
Add home computer to ssh authorized list check-in: 48216d8181 user: chewbranca tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to bootstrap/files/chewbranca_com_nginx.conf.

84
85
86
87
88
89
90

















91
92
93
94
95
96
97
        error_log /opt/log/nginx/chewbranca.com-http-error.log;

        location /test {
            root   html;
            index  index.html index.htm;
            break;
        }


















#error_page  404              /404.html;

# redirect server error pages to the static page /50x.html
#
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
        error_log /opt/log/nginx/chewbranca.com-http-error.log;

        location /test {
            root   html;
            index  index.html index.htm;
            break;
        }

        # Archive from chewbranca.github.com
        location /lisp-game-jam/2018/04/20/lgj-day-one-01/ {
            return 301 $scheme://$server_name/doc/trunk/archive/github/2018-04-20-lgj-day-one-01.md;
        }
        location /general/2018/04/20/does-this-thing-still-work/ {
            return 301 $scheme://$server_name/doc/trunk/archive/github/2018-04-20-does-this-thing-still-work.md;
        }
        location /lisp-game-jam/tech/2014/08/17/rewriting-the-couchdb-http-layer/ {
            return 301 $scheme://$server_name/doc/trunk/archive/github/2014-08-17-rewriting-the-couchdb-http-layer.md;
        }
        location /tech/2014/05/07/on-the-viability-of-erlang-releases-and-couchdb/ {
            return 301 $scheme://$server_name/doc/trunk/archive/github/2014-05-07-on-the-viability-of-erlang-releases-and-couchdb.md;
        }
        location /tech/2014/03/14/emacs-edts-couchdb-a-journey/ {
            return 301 $scheme://$server_name/doc/trunk/archive/github/2014-03-14-emacs-edts-couchdb-a-journey.md;
        }

#error_page  404              /404.html;

# redirect server error pages to the static page /50x.html
#
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {