Skip to content

Commit 99e27f2

Browse files
authored
Minor fixes and screenshot updates (#20)
* minor config update * instance name update with screenshot * rename files * screenshot update
1 parent 85ea330 commit 99e27f2

24 files changed

+18
-17
lines changed
3.79 KB
Loading

labs/lab2/nginx-plus/etc/nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ http {
1919
'$status $body_bytes_sent "$http_referer" '
2020
'"$http_user_agent" "$http_x_forwarded_for"';
2121

22+
include /etc/nginx/includes/log_formats/*.conf; # Custom Access logs formats found here
23+
2224
access_log /var/log/nginx/access.log main;
2325

2426
sendfile on;

labs/lab2/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You will run some Docker containers to build out various workshop components, us
140140
5cde3c462a27 nginxinc/ingress-demo "/docker-entrypoint.…" 44 minutes ago Up 44 minutes 0.0.0.0:33380->80/tcp, :::33379->80/tcp, 0.0.0.0:33376->443/tcp, :::33375->443/tcp web3
141141
```
142142

143-
Go back to your NGINX One Console Instance page, and click `Refresh`. You should see all 6 of your `basics-` instances appear in the list, and the Online icon should be `green`. If they did not Register with the One Console, it is likely you have an issue with the $TOKEN used, create a new Dataplane Key and try again. It should look similar to this:
143+
Go back to your NGINX One Console Instance page, and click `Refresh`. You should see all 6 of your `one-workshop-` instances appear in the list, and the Online icon should be `green`. If they did not Register with the One Console, it is likely you have an issue with the $TOKEN used, create a new Dataplane Key and try again. It should look similar to this:
144144

145145
![NGINX Instances](media/lab2_none-instances.png)
146146

3.6 KB
Loading
-51.3 KB
Binary file not shown.
Binary file not shown.
-85.6 KB
Binary file not shown.
-105 KB
Binary file not shown.
6.96 KB
Loading
-4.21 KB
Loading

0 commit comments

Comments
 (0)