1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

Update README.md

This commit is contained in:
GilbN 2018-12-16 00:44:41 +01:00 committed by GitHub
parent 060971e295
commit f2efb3c889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,22 +19,22 @@ sub_filter_once on;
```
Where `CUSTOM_CSS` is the name of the theme css.
Here is a complete example:
<details><summary>Expand</summary>
<details><summary>Expand</summary>
```nginx
# REDIRECT HTTP TRAFFIC TO https://[domain.com]
server {
listen 80;
server_name plpp.domain.com;
return 301 https://$server_name$request_uri;
listen 80;
server_name plpp.domain.com;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl http2;
server_name plpp.domain.com;
#SSL settings
include /config/nginx/ssl.conf
include /config/nginx/ssl.conf
location / {
proxy_pass http://192.168.1.2:8701;