Compare commits

...

2 Commits

Author SHA1 Message Date
Nicolas Bally
d21361ddb4 suite 2021-01-20 20:19:11 +01:00
Nicolas Bally
050a73fbc5 suite 2021-01-20 20:10:24 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
HOSTNAME="pollen.olwen.xyz"
HOSTNAME = "walden-solutions.fr"
# Code is not reloaded between requests.
config.cache_classes = true

View File

@ -50,6 +50,12 @@ server {
return 301 https://walden-solutions.fr$request_uri;
ssl on;
ssl_certificate /etc/letsencrypt/live/pollen.olwen.xyz/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/pollen.olwen.xyz/privkey.pem;
include snippets/letsencrypt.conf;
}