Skip to content

Commit be6ca8d

Browse files
committed
Merge pull request discourse#1344 from Supermathie/sysadmin-docs
Sysadmin docs
2 parents 40599d2 + 95c246e commit be6ca8d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

config/nginx.sample.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Additional MIME types that you'd like nginx to handle go in here
2+
types {
3+
text/csv csv;
4+
}
5+
16
upstream discourse {
27
server unix:/var/www/discourse/tmp/sockets/thin.0.sock;
38
server unix:/var/www/discourse/tmp/sockets/thin.1.sock;

docs/INSTALL-ubuntu.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Install necessary packages:
5050
# Run these commands as your normal login (e.g. "michael")
5151
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties
5252

53+
# If you're on Ubuntu >= 12.10, change:
54+
# python-software-properties to software-properties-common
55+
5356
## Caching: Redis
5457

5558
Redis is a networked, in memory key-value store cache. Without the Redis caching layer, we'd have to go to the database a lot more often for common information and the site would be slower as a result.

0 commit comments

Comments
 (0)