first commit
This commit is contained in:
commit
29d71b4939
1
html/index.html
Normal file
1
html/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
kek
|
||||||
8
nginx.conf
Normal file
8
nginx.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
server {
|
||||||
|
server_name app;
|
||||||
|
listen 8080;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
root /html;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user