first commit
This commit is contained in:
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user