Minor mods to control code
[matches/MCTX3420.git] / nginx-configs / README
1 This folder represents the files that should be placed under:
2 /etc/nginx
3
4 To install:
5 * Delete all files under /etc/nginx/sites-enabled
6 * Either:
7   * Copy 'mctxconfig' (under sites-enabled) to /etc/nginx/sites-available/
8     and create a symlink to that file under /etc/nginx/sites-enabled/
9   * Create a symlink directly from 'mctxconfig' to 
10     /etc/etc/nginx/sites-enabled/
11 * Replace /etc/nginx/fastcgi_params and /etc/nginx/mime.types with the
12   provided files (either by copying or symlinking)
13
14 Note:
15 To get the login functionality working, you need to place a .htpasswd file
16 under /usr/share/nginx/access (create folder if it doesn't exist). To generate
17 the htpasswd file, install the apache2-utils package and use the 'htpasswd'
18 executable.
19
20
21 P.S: (I always forget these)
22 Set file permissions to: 644
23 Set folder permissions to: 755

UCC git Repository :: git.ucc.asn.au