gunicorn -w 3 --forwarded-allow-ips="10.170.3.217,10.170.3.220" app:server
server {
listen 80;
server_name "";
location / {
proxy_pass http://127.0.0.1:8000;
" IdeaVim Wiki https://github.com/JetBrains/ideavim/wiki | |
" Find more examples here: https://jb.gg/share-ideavimrc | |
let mapleader=";" | |
""" Common settings ------------------------- | |
set showmode | |
set scrolloff=5 | |
" Do incremental searching. | |
set incsearch |