front-hub/hub.conf

13 lines
361 B
Plaintext
Raw Normal View History

2022-12-29 21:05:47 +00:00
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;
}