Add our basic diagram

This commit is contained in:
dannyrb 2019-05-08 22:43:16 -04:00
parent 11cadc3145
commit b081ae18eb
6 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
worker_processes 2; ## Default: 1
worker_processes 2;
error_log /var/logs/nginx/mydomain.error.log;
pid /var/run/nginx.pid;
include /usr/share/nginx/modules/*.conf; # See /usr/share/doc/nginx/README.dynamic.
@ -181,8 +181,6 @@ http {
alias /var/www/html/;
index index.html;
try_files $uri $uri/ /index.html;
# Don't cache index.html
# This is where we pickup on a new release
add_header Cache-Control "no-store, no-cache, must-revalidate";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 KiB