forked from bofh/fetsite
configuration for production
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
</li>
|
||||
<li><%= link_to ffi1_icon("books19")+"Beispielsammlung", studium_path(Studium.first, {:ansicht=>'semesteransicht'}) ,class: :btn ,class: :linkbox %></li>
|
||||
|
||||
<li><%= link_to "Alte Beispielsammlung", "http://www.fet.at/alt/bin/view/Beispielsammlung/WebHome" ,class: :btn ,class: :linkbox %></li>
|
||||
|
||||
|
||||
</ul>
|
||||
<!-- <div class="alert">
|
||||
<h2>Beta Test</h2>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<h1>
|
||||
<%= @neuigkeit.title%>
|
||||
</h1>
|
||||
<%= image_tag "http://glonass.htu.tuwien.ac.at"+@neuigkeit.picture.big_thumb.url %>
|
||||
<%= image_tag "http://www.fet.at"+@neuigkeit.picture.big_thumb.url %>
|
||||
<%= raw(@neuigkeit.text) %>
|
||||
<%= link_to "Auf Fet.at weiterlesen", rubrik_neuigkeit_url(@neuigkeit.rubrik, @neuigkeit,:locale=>:de, :theme=>nil,:host=> "glonass.htu.tuwien.ac.at") %>
|
||||
<%= link_to "Auf Fet.at weiterlesen", rubrik_neuigkeit_url(@neuigkeit.rubrik, @neuigkeit,:locale=>:de, :theme=>nil,:host=> "www.fet.at") %>
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
</li>
|
||||
<li><%= link_to ffi1_icon("books19")+"Beispielsammlung", studium_path(Studium.first, {:ansicht=>'semesteransicht'}) ,class: :btn ,class: :linkbox %></li>
|
||||
<li><%= link_to "Alte Beispielsammlung", "http://www.fet.at/alt/bin/view/Beispielsammlung/WebHome" ,class: :btn ,class: :linkbox %></li>
|
||||
|
||||
</ul>
|
||||
<!-- <div class="alert">
|
||||
<h2>Beta Test</h2>
|
||||
|
||||
@@ -25,7 +25,7 @@ Fetsite::Application.configure do
|
||||
|
||||
# Specifies the header that your server uses for sending files
|
||||
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
|
||||
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
|
||||
config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
|
||||
|
||||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||
# config.force_ssl = true
|
||||
@@ -42,11 +42,6 @@ Fetsite::Application.configure do
|
||||
# Use a different cache store in production
|
||||
# config.cache_store = :mem_cache_store
|
||||
|
||||
|
||||
|
||||
config.consider_all_requests_local = true
|
||||
config.action_controller.perform_caching = false
|
||||
|
||||
# Enable serving of images, stylesheets, and JavaScripts from an asset server
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
@@ -55,7 +50,8 @@ Fetsite::Application.configure do
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.default_url_options={:host=>"glonass.htu.tuwien.ac.at"}
|
||||
config.action_mailer.delivery_method =:sendmail
|
||||
config.action_mailer.default_url_options={:host=>"www.fet.at"}
|
||||
# Enable threaded mode
|
||||
# config.threadsafe!
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ Devise.setup do |config|
|
||||
# ==> Mailer Configuration
|
||||
# Configure the e-mail address which will be shown in Devise::Mailer,
|
||||
# note that it will be overwritten if you use your own mailer class with default "from" parameter.
|
||||
config.mailer_sender = "test@example.com"
|
||||
config.mailer_sender = "no-reply@fet.at"
|
||||
|
||||
# Configure the class responsible to send e-mails.
|
||||
config.mailer = "Devise::Mailer"
|
||||
config.mailer.default_url_options = { :host => 'glonass.htu.tuwien.ac.at' }
|
||||
config.mailer.default_url_options = { :host => 'www.fet.at' }
|
||||
config.mailer.delivery_method = :sendmail
|
||||
# config.mailer.smtp_settings = {
|
||||
# :address => "smtp.gmail.com",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
production:
|
||||
solr:
|
||||
hostname: localhost
|
||||
port: 8983
|
||||
port: 8080
|
||||
log_level: WARNING
|
||||
path: /solr/default #production #ollection1 #production
|
||||
path: /solr-4.10.2/default #production #ollection1 #production
|
||||
# solr_home: solr
|
||||
# read_timeout: 2
|
||||
# open_timeout: 0.5
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
#
|
||||
# To ban all spiders from the entire site uncomment the next two lines:
|
||||
User-Agent: *
|
||||
Disallow: /
|
||||
Sitemap: http://www.fet.at/sitemap.xml.gz
|
||||
Disallow: /twiki/
|
||||
Disallow: /alt/
|
||||
|
||||
Reference in New Issue
Block a user