Add our basic diagram
This commit is contained in:
parent
11cadc3145
commit
b081ae18eb
@ -1,4 +1,4 @@
|
|||||||
worker_processes 2; ## Default: 1
|
worker_processes 2;
|
||||||
error_log /var/logs/nginx/mydomain.error.log;
|
error_log /var/logs/nginx/mydomain.error.log;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
include /usr/share/nginx/modules/*.conf; # See /usr/share/doc/nginx/README.dynamic.
|
include /usr/share/nginx/modules/*.conf; # See /usr/share/doc/nginx/README.dynamic.
|
||||||
@ -181,8 +181,6 @@ http {
|
|||||||
alias /var/www/html/;
|
alias /var/www/html/;
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /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";
|
add_header Cache-Control "no-store, no-cache, must-revalidate";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
docs/latest/assets/img/user-access-control-request-flow.png
Normal file
BIN
docs/latest/assets/img/user-access-control-request-flow.png
Normal file
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 |
BIN
img/viewer.png
BIN
img/viewer.png
Binary file not shown.
|
Before Width: | Height: | Size: 662 KiB |
Loading…
Reference in New Issue
Block a user