Update nginx.conf

This commit is contained in:
Baptiste Peupier 2022-02-01 19:54:48 +01:00
parent fcedd7534c
commit 33b71bed0c

View file

@ -24,7 +24,6 @@ http {
server { server {
listen 80; listen 80;
server_name flask-aled;
access_log logs/access.log; access_log logs/access.log;
location / { location / {