Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| # If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the | |
| # scheme used to connect to this server | |
| map $http_x_forwarded_proto $proxy_x_forwarded_proto { | |
| default $http_x_forwarded_proto; | |
| '' $scheme; | |
| } | |
| # If we receive X-Forwarded-Port, pass it through; otherwise, pass along the | |
| # server port the client connected to | |
| map $http_x_forwarded_port $proxy_x_forwarded_port { | |
| default $http_x_forwarded_port; |
| ! Font options - ~/.fonts.conf seems to override this | |
| ! Resolution for Xft in dots per inch (e.g. 96) | |
| !Xft.dpi: 128 | |
| ! Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) | |
| !Xft.rgba: rgba | |
| !Xft.antialias: 1 | |
| !Xft.hinting: 1 | |
| !Xft.autohint: 0 | |
| ! What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull) | |
| !Xft.hintstyle: hintslight |
PlantUML is a really awesome way to create diagrams by writing code instead of drawing and dragging visual elements. Markdown is a really nice documentation tool.
Here's how I combine the two, to create docs with embedded diagrams.
Get the command-line PlantUML from the download page or your relevant package manager.