Thisistheone
This commit is contained in:
parent
5cbee739df
commit
e9cd2ac924
6 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ server {
|
|||
include configs/security.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass justlogspanix;
|
||||
proxy_pass http://justlogspanix;
|
||||
include configs/proxy.conf;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ server {
|
|||
include configs/security.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass justlog;
|
||||
proxy_pass http://justlog;
|
||||
include configs/proxy.conf;
|
||||
|
||||
# location ~ ^/(channel/rubius|channelid/39276140)/ {
|
||||
|
|
|
@ -9,7 +9,7 @@ server {
|
|||
location / {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_pass email;
|
||||
proxy_pass https://email;
|
||||
}
|
||||
|
||||
location /favicon.ico {
|
||||
|
|
|
@ -5,7 +5,7 @@ server {
|
|||
include configs/security.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass status;
|
||||
proxy_pass http://status;
|
||||
include configs/proxy.conf;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ server {
|
|||
}
|
||||
|
||||
location ~ ^/(?!$) {
|
||||
proxy_pass http://127.0.0.1:9595;
|
||||
proxy_pass http://twitchproxy;
|
||||
include configs/proxy.conf;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ssl_certificate /etc/ssl/certs/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/certs/privkey.pem;
|
||||
ssl_certificate_key /etc/ssl/private/privkey.pem;
|
||||
include configs/sslConfig.conf;
|
||||
|
|
Loading…
Add table
Reference in a new issue