1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-17 16:07:49 +02:00
cheatsheets/passenger.md
Rico Sta. Cruz 85cc0fe827 Hello.
2012-03-16 14:15:50 +08:00

251 B

title: Phusion Passenger

server {
   listen 80;
   server_name www.yourhost.com;
   root /somewhere/public;   # <--- be sure to point to 'public'!
   passenger_enabled on;
   autoindex on; # Show directory listings
}