Browse Source

Makes some nginx directives optional.

j8
gpolitis 10 years ago
parent
commit
fffb5801c5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/manual-install.md

+ 1
- 1
doc/manual-install.md View File

81
 apt-get install nginx
81
 apt-get install nginx
82
 ```
82
 ```
83
 
83
 
84
-Add nginx config for domain in `/etc/nginx/nginx.conf`:
84
+Optionally, add nginx config for domain in `/etc/nginx/nginx.conf`:
85
 ```
85
 ```
86
 tcp_nopush on;
86
 tcp_nopush on;
87
 types_hash_max_size 2048;
87
 types_hash_max_size 2048;

Loading…
Cancel
Save