inklesspen (owner)

Revisions

gist: 219192 Download_button fork
public
Public Clone URL: git://gist.github.com/219192.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
server {
        listen 80;
        server_name turnthepage.org www.turnthepage.org;
        root /domains/turnthepage;
        location / {
                error_page 503 /offline.html;
                return 503;
        }
}