1st Versionwith nginx, gunicorn and flask
This commit is contained in:
14
recipes-vrpmdv/recipes-base/nginx/files/vrpmdv.local
Normal file
14
recipes-vrpmdv/recipes-base/nginx/files/vrpmdv.local
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
root /var/www/vrpmdv.local;
|
||||
index index.html index.htm;
|
||||
|
||||
server_name vrpmdv.local;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user