Fix a typo

This commit is contained in:
Andrea Dell'Amico 2019-01-03 15:31:41 +01:00
parent f727202ead
commit f7c965d545
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
server {
listen {{ http_port }};
location ~ /\.(?!well-known).* {
deny all;
access_log off;
log_not_found off;
return 404;
}
client_max_body_size {{ nginx_client_max_body_size | default('100M') }};
{% if egi_image is defined and egi_image %}
# No servername into the EGI images