Skip to content

Commit 0df755f

Browse files
committed
Add nginx rails app conf file.
1 parent bcfe40a commit 0df755f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rails-hello-world.nginx.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
server {
2+
server_name rails-hello-world.localhost;
3+
root /var/www/rails-hello-world/public;
4+
passenger_ruby /usr/bin/ruby;
5+
passenger_enabled on;
6+
passenger_sticky_sessions on;
7+
}
8+

0 commit comments

Comments
 (0)