1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 15:39:36 +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: ### 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;