update nginx config

This commit is contained in:
2015-12-17 21:42:44 +08:00
parent e17859e881
commit cba02edbc8
+1 -1
View File
@@ -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;