1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-14 16:55:11 +02:00

Update README.md

This commit is contained in:
GilbN 2018-10-22 22:03:28 +02:00 committed by GitHub
parent ffba5ba141
commit fc23c115d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;