feat: ci\cd setup
This commit is contained in:
parent
25356d382e
commit
ec29a8feac
12
hub.conf
Normal file
12
hub.conf
Normal file
@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
}
|
Loading…
Reference in New Issue
Block a user