mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-05 12:54:57 +00:00
8 lines
87 B
Nginx Configuration File
8 lines
87 B
Nginx Configuration File
stream {
|
|
server {
|
|
listen 9001;
|
|
proxy_pass localhost:8080;
|
|
}
|
|
}
|
|
|