Creating docker-compose.yml with nginx config via a new site.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
root /usr/share/backstage/html;
|
||||
server_name backstage.local;
|
||||
index index.html index.htm;
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user