New dev url

This commit is contained in:
Jesse C. Fisher 2019-10-19 00:35:32 -07:00
parent a9a9485303
commit 5987c3caf3
2 changed files with 12 additions and 12 deletions

View File

@ -35,10 +35,10 @@ guard :bundler do
files.each { |file| watch(helper.real_path(file)) } files.each { |file| watch(helper.real_path(file)) }
end end
#guard 'rails', host: '127.0.0.1' do guard 'rails', host: '0.0.0.0', port: 9913 do
# watch('Gemfile.lock') watch('Gemfile.lock')
# watch(%r{^(config|lib)/.*}) watch(%r{^(config|lib)/.*})
#end end
# Note: The cmd option is now required due to the increasing number of ways # Note: The cmd option is now required due to the increasing number of ways

View File

@ -1,9 +1,9 @@
upstream 13dev { upstream 13dev {
server localhost:9012; server localhost:9913;
} }
server { server {
server_name 13dev.quaff.top; server_name 13dev.owlwphant.icu;
root /home/jesse/web/thirteen-tien-len/public; root /home/jesse/web/thirteen-tien-len/public;
access_log /home/jesse/web/thirteen-tien-len/log/nginx.log; access_log /home/jesse/web/thirteen-tien-len/log/nginx.log;
@ -27,11 +27,11 @@ server {
listen 443 ssl; # managed by Certbot # listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/13dev.quaff.top/fullchain.pem; # 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 # ssl_certificate_key /etc/letsencrypt/live/13dev.quaff.top/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot # include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot # ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
} }
@ -47,4 +47,4 @@ server {
return 404; # managed by Certbot return 404; # managed by Certbot
} }