420 blaze it

This commit is contained in:
Matthew Connelly 2015-03-08 22:17:22 +00:00
parent 9ff4c5bd5b
commit 3026a78ae0
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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