Attachment 'nginx.conf'

Download

worker_processes  1;

events {
    worker_connections  1024;
}

http {
    include       mime.types;
    default_type  application/octet-stream;
    sendfile        on;
    #tcp_nopush     on;
    #keepalive_timeout  0;
    keepalive_timeout  65;
    #gzip  on;
    access_log off;


    server {
        listen       10704;
        server_name  localhost;


        location /robots.txt {
                expires max;
                add_header Pragma public;
                add_header Cache-Control "public, must-revalidate, proxy-revalidate";
                alias /home/moin/var/html/robots.txt;
        }
        location /favicon.ico {
                expires max;
                add_header Pragma public;
                add_header Cache-Control "public, must-revalidate, proxy-revalidate";
                alias /home/moin/var/html/favicon.ico;
        }

        location / {
                uwsgi_pass   unix:///home/moin/var/uwsgi.sock;
                include      uwsgi_params;
        }
    }
}

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2012-06-26 21:26:32, 1.6 KB) [[attachment:GlamMetalRadio.py]]
  • [get | view] (2010-06-02 22:02:32, 8.2 KB) [[attachment:RSSReader.py]]
  • [get | view] (2010-11-17 11:48:56, 2.5 KB) [[attachment:include.py]]
  • [get | view] (2011-09-07 11:55:07, 1.9 KB) [[attachment:moin.wsgi]]
  • [get | view] (2011-09-08 17:49:41, 2.8 KB) [[attachment:moinmoin.sh]]
  • [get | view] (2011-09-07 11:54:54, 1.0 KB) [[attachment:nginx.conf]]
  • [get | view] (2009-01-09 14:12:23, 136.3 KB) [[attachment:screenshot-piwik.png]]
  • [get | view] (2011-09-07 11:54:59, 0.5 KB) [[attachment:uwsgi.xml]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.