GilbN
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
@ -57,7 +57,7 @@ sub_filter_once on; |
|
|
``` |
|
|
``` |
|
|
### Here is a complete example: |
|
|
### Here is a complete example: |
|
|
```nginx |
|
|
```nginx |
|
|
#GRAFANA CONTAINER |
|
|
#ARR CONTAINER |
|
|
|
|
|
|
|
|
# REDIRECT HTTP TRAFFIC TO https://[domain.com] |
|
|
# REDIRECT HTTP TRAFFIC TO https://[domain.com] |
|
|
server { |
|
|
server { |
|
@ -68,7 +68,7 @@ server { |
|
|
|
|
|
|
|
|
server { |
|
|
server { |
|
|
listen 443 ssl http2; |
|
|
listen 443 ssl http2; |
|
|
server_name graforg.domain.com; |
|
|
server_name orgarr.domain.com; |
|
|
|
|
|
|
|
|
include /config/nginx/ssl.conf; |
|
|
include /config/nginx/ssl.conf; |
|
|
|
|
|
|
|
|