kangas-demo / nginx.conf
CalebCometML's picture
Create nginx.conf
5a948e5
raw
history blame
192 Bytes
http {
server {
location /kangas/ {
proxy_pass http://localhost:7640/kangas/
}
location / {
proxy_pass http://localhost:7840/
}
}
}