As configured in my dotfiles.
start new:
tmux
start new with session name:
server { | |
listen 80; | |
server_name openvbx.local; | |
root /u/apps/openvbx; | |
access_log /var/log/nginx/openvbx.local.access.log; | |
error_log /var/log/nginx/openvbx.local.error.log; | |
index index.php; | |
if ($request_filename !~ (js|css|jpg|png|gif|robots\.txt|index\.php.*) ) { | |
rewrite ^(.*)$ /index.php?vbxsite=$1 last; |
As configured in my dotfiles.
start new:
tmux
start new with session name:
This document has been modified from its [original format][m1], which was written by Ning Shang ([email protected]). It has been updated and reformatted into a [Markdown][m2] document by [Woody Gilk][m3] and [republished][m4].
When working with a remote git repository which is hosted on a third-party storage server, data confidentiality sometimes becomes