From 54e4443ff4b821a654061ff7c47e4053312b952c Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Tue, 29 Oct 2019 07:14:22 -0700 Subject: [PATCH] Config deploy for production --- config/nginx/13.owlephant.icu.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nginx/13.owlephant.icu.conf b/config/nginx/13.owlephant.icu.conf index 83ea46eb..943296ea 100644 --- a/config/nginx/13.owlephant.icu.conf +++ b/config/nginx/13.owlephant.icu.conf @@ -3,14 +3,14 @@ upstream thirteen_production { } server { - server_name 13dev.owlwphant.icu; - root /home/jesse/web/thirteen-tien-len/public; - access_log /home/jesse/web/thirteen-tien-len/log/nginx.log; + server_name 13.owlephant.icu; + root /home/jesse/srv/thirteen-tien-len_production/current/public; + access_log /home/jesse/srv/thirteen-tien-len_production/shared/log/nginx.access.log; try_files $uri @app; location @app { - proxy_pass http://13dev; + proxy_pass http://thirteen_production; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Proto https; proxy_set_header Host $http_host;