forked from romixlab/qmsgpack
Little doc fix.
This commit is contained in:
@ -5,7 +5,7 @@ MessagePack for Qt
|
|||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
Complete documentation is available here: [mp.marsw.ru](http://msgpack.marsworks.ru/) (still working on it)
|
Complete documentation is available here: [msgpack.marsworks.ru](http://msgpack.marsworks.ru/) (still working on it)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@ -59,15 +59,15 @@ endif
|
|||||||
## -- Rsync Deploy config -- ##
|
## -- Rsync Deploy config -- ##
|
||||||
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
|
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
|
||||||
ifndef SSH_USER
|
ifndef SSH_USER
|
||||||
SSH_USER = roman@vds.marsworks.ru
|
SSH_USER = nginx@mars
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef SSH_PORT
|
ifndef SSH_PORT
|
||||||
SSH_PORT = 22
|
SSH_PORT = 7722
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef DOCUMENT_ROOT
|
ifndef DOCUMENT_ROOT
|
||||||
DOCUMENT_ROOT = /var/www/roman/data/www/msgpack.marsworks.ru/
|
DOCUMENT_ROOT = /var/www/msgpack.marsworks.ru/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#If you choose to delete on sync, rsync will create a 1:1 match
|
#If you choose to delete on sync, rsync will create a 1:1 match
|
||||||
|
Reference in New Issue
Block a user