Spaces:
Running
Running
File size: 192 Bytes
5a948e5 |
1 2 3 4 5 6 7 8 9 10 11 |
http {
server {
location /kangas/ {
proxy_pass http://localhost:7640/kangas/
}
location / {
proxy_pass http://localhost:7840/
}
}
}
|