Add nginx.conf
This commit is contained in:
parent
74aa371aa1
commit
2201e9c7e8
|
|
@ -0,0 +1,13 @@
|
|||
user nginx;
|
||||
|
||||
events {
|
||||
worker_connections 63353;
|
||||
}
|
||||
http {
|
||||
server {
|
||||
listen 4000;
|
||||
location / {
|
||||
proxy_pass http://forgeplus:5000;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue