docker compose
This commit is contained in:
8
docker/backend.local.conf
Normal file
8
docker/backend.local.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 8080;
|
||||
|
||||
location / {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_pass http://localhost:13200;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user