Browse Source

Update README.md

pull/4/head
GilbN 6 years ago
committed by GitHub
parent
commit
fc23c115d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -57,7 +57,7 @@ sub_filter_once on;
```
### Here is a complete example:
```nginx
#GRAFANA CONTAINER
#ARR CONTAINER
# REDIRECT HTTP TRAFFIC TO https://[domain.com]
server {
@ -68,7 +68,7 @@ server {
server {
listen 443 ssl http2;
server_name graforg.domain.com;
server_name orgarr.domain.com;
include /config/nginx/ssl.conf;

Loading…
Cancel
Save