forked from SOSD/SOSDfe_dev
feat(project): update readme.md
This commit is contained in:
10
etc/www.conf
Normal file
10
etc/www.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
index index.html;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user