Ignore:
Timestamp:
10 Nov 2007, 23:21:34 (17 years ago)
Author:
uli
Message:

Extended nginx-conf documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SysConf/nginx/trunk/etc/nginx/README.txt

    r2625 r2626  
    66------------
    77
    8 Put the files in this directory into /etc/nginx and copy `nginx-init`
    9 to::
     81: Put the files in this directory into /etc/nginx and copy
     9   `nginx-init` to::
    1010
    1111        /etc/init.d/nginx
    1212
    13 This is the start script to start/stop/restart nginx.
     13   This is the start script to start/stop/restart nginx.
     14
     152: To make nginx startup properly, you must provide a file `nginx` in
     16   /etc/default/, that at least contains the line::
     17
     18        startup=1
     19
     20   Otherwise nginx will complain and refuse to start.
     21
     22
     23
     24Running nginx
     25-------------
    1426
    1527Currently, two portals are served by the configuration: fceokene and
     
    2941
    3042will start both portals in regular mode.
    31 
    3243
    3344
     
    7485        by nginx immediately, bypassing Zope.
    7586
     87Note: to make nginx determine the correct content type for your
     88resources, your files have to provide a well-known filename extension
     89(as: .txt, .jpg, .doc, etc.). If your file is named 'myfile', it will
     90be served as plain text (not: html).
    7691
    77 
Note: See TracChangeset for help on using the changeset viewer.