several changes implementing flask
This commit is contained in:
parent
b72fce9038
commit
294f8b84ab
6 changed files with 41 additions and 7 deletions
|
|
@ -26,8 +26,6 @@ server {
|
|||
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
proxy_pass http://127.0.0.1:5000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue