We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfe40a commit 0df755fCopy full SHA for 0df755f
rails-hello-world.nginx.conf
@@ -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