420 blaze it
This commit is contained in:
parent
9ff4c5bd5b
commit
3026a78ae0
2
blogalba
2
blogalba
|
@ -142,7 +142,7 @@ do_cache;
|
|||
page_init;
|
||||
|
||||
set server => '127.0.0.1';
|
||||
set port => 10420;
|
||||
set port => 42069;
|
||||
|
||||
hook 'before' => sub {
|
||||
page_init;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
pkill -f plack >/dev/null 2>&1
|
||||
plackup -s Starman -D -p 10420 /home/sites/blogalba/blogalba
|
||||
plackup -s Starman -D -p 42069 /home/sites/blogalba/blogalba
|
||||
|
|
Loading…
Reference in New Issue