From b8755a783bb54bd128d5051f90545b1e041bb39c Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 19 Oct 2019 00:35:32 -0700 Subject: [PATCH] New dev url --- Guardfile | 8 ++++---- ...v.quaff.top.conf => 13dev.owlephant.icu.conf} | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) rename config/nginx/{13dev.quaff.top.conf => 13dev.owlephant.icu.conf} (66%) diff --git a/Guardfile b/Guardfile index 1131585..b2c96a2 100644 --- a/Guardfile +++ b/Guardfile @@ -35,10 +35,10 @@ guard :bundler do files.each { |file| watch(helper.real_path(file)) } end -#guard 'rails', host: '127.0.0.1' do -# watch('Gemfile.lock') -# watch(%r{^(config|lib)/.*}) -#end +guard 'rails', host: '0.0.0.0', port: 9913 do + watch('Gemfile.lock') + watch(%r{^(config|lib)/.*}) +end # Note: The cmd option is now required due to the increasing number of ways diff --git a/config/nginx/13dev.quaff.top.conf b/config/nginx/13dev.owlephant.icu.conf similarity index 66% rename from config/nginx/13dev.quaff.top.conf rename to config/nginx/13dev.owlephant.icu.conf index fe50871..a9bc7b6 100644 --- a/config/nginx/13dev.quaff.top.conf +++ b/config/nginx/13dev.owlephant.icu.conf @@ -1,9 +1,9 @@ upstream 13dev { - server localhost:9012; + server localhost:9913; } server { - server_name 13dev.quaff.top; + server_name 13dev.owlwphant.icu; root /home/jesse/web/thirteen-tien-len/public; access_log /home/jesse/web/thirteen-tien-len/log/nginx.log; @@ -27,11 +27,11 @@ server { - listen 443 ssl; # managed by Certbot - ssl_certificate /etc/letsencrypt/live/13dev.quaff.top/fullchain.pem; # managed by Certbot - ssl_certificate_key /etc/letsencrypt/live/13dev.quaff.top/privkey.pem; # managed by Certbot - include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot - ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot +# listen 443 ssl; # managed by Certbot +# ssl_certificate /etc/letsencrypt/live/13dev.quaff.top/fullchain.pem; # managed by Certbot +# ssl_certificate_key /etc/letsencrypt/live/13dev.quaff.top/privkey.pem; # managed by Certbot +# include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot +# ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } @@ -47,4 +47,4 @@ server { return 404; # managed by Certbot -} \ No newline at end of file +}