mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
12 lines
347 B
Diff
12 lines
347 B
Diff
diff --git a/config.ru b/config.ru
|
|
index bd83b25..6b1bb50 100644
|
|
--- a/config.ru
|
|
+++ b/config.ru
|
|
@@ -1,4 +1,6 @@
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
-run Rails.application
|
|
+map ENV['RAILS_RELATIVE_URL_ROOT'] || '/' do
|
|
+ run Rails.application
|
|
+end
|