martynka commited on
Commit
6a2d501
·
verified ·
1 Parent(s): cb0f131

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +0 -11
Caddyfile CHANGED
@@ -5,17 +5,6 @@
5
 
6
  :7860 {
7
 
8
- # LibreChat API (protected)
9
- handle_path /api/* {
10
- reverse_proxy localhost:3080 {
11
- header_up Host {host}
12
- header_up X-Forwarded-Host {host}
13
- header_up X-Forwarded-Proto {scheme}
14
- header_up X-Real-IP {remote}
15
-
16
- }
17
- }
18
-
19
  # Sudo API endpoints
20
  handle_path /sudo/* {
21
  reverse_proxy localhost:5000 {
 
5
 
6
  :7860 {
7
 
 
 
 
 
 
 
 
 
 
 
 
8
  # Sudo API endpoints
9
  handle_path /sudo/* {
10
  reverse_proxy localhost:5000 {