mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2026-06-16 07:31:17 +00:00
init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name {{ ansible_fqdn }};
|
||||
root {{ redmine_root }}/public;
|
||||
passenger_enabled on;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
passenger_root /usr/share/ruby/vendor_ruby/phusion_passenger/locations.ini;
|
||||
passenger_ruby /usr/bin/ruby;
|
||||
passenger_instance_registry_dir /var/run/passenger-instreg;
|
||||
|
||||
Reference in New Issue
Block a user