chewbranca.com

Check-in [25fe4e7842]
Login

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

Overview
Comment:Use instead of for redirects
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 25fe4e784261a92f17ee98878ddc99d5ee053e087bd1187aa1e80c30356ce2d0
User & Date: chewbranca 2020-04-08 07:13:01
Context
2020-04-10
01:05
Update archived post metadata format check-in: 30db2e450c user: chewbranca tags: trunk
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
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to bootstrap/files/chewbranca_com_nginx.conf.

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
            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;







|


|


|


|


|







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
            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://$host/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://$host/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://$host/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://$host/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://$host/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;