Upload files to "sk1"
This commit is contained in:
parent
89bde8c234
commit
a8e5b841ee
15
sk1/nginx.conf
Normal file
15
sk1/nginx.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
events {}
|
||||||
|
|
||||||
|
http {
|
||||||
|
|
||||||
|
server {
|
||||||
|
|
||||||
|
listen 80;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://app:3000;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user