configure dashboard proxying
parent
58da81a5c0
commit
d53276c587
|
@ -8,6 +8,6 @@ server {
|
||||||
|
|
||||||
#limit_req zone=one burst=15;
|
#limit_req zone=one burst=15;
|
||||||
location / {
|
location / {
|
||||||
return 307 https://wiki.libraryofcode.org/en/cs-support;
|
proxy_pass http://localhost:6574;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue