mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 02:10:30 +00:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
server {
|
|
listen 80 default_server;
|
|
|
|
location / {
|
|
root /usr/share/nginx/html;
|
|
try_files $uri /index.html;
|
|
}
|
|
} |