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 +}