bde-liste/reverse-proxy.conf

7 lines
91 B
Text
Raw Normal View History

2022-12-11 16:01:37 +00:00
server {
listen 80;
location / {
proxy_pass http://127.0.0.1:3000;
}
}