diff --git a/config/nginx.conf b/config/nginx.conf index 77fd02b..e127be0 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream puma { server { listen 80 default_server deferred; - # server_name example.com; + server_name librme.com; root /home/deployer/apps/libr/current/public; access_log /home/deployer/apps/libr/current/log/nginx.access.log;