Update for Docker
This commit is contained in:
14
nginx.conf
Normal file
14
nginx.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name _;
|
||||
|
||||
root /app/Front;
|
||||
index index.html;
|
||||
|
||||
location /api {
|
||||
include proxy_params;
|
||||
proxy_pass http://localhost:5001;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user