forked from ISTI-ansible-roles/ansible-roles
Fix a typo
This commit is contained in:
parent
f727202ead
commit
f7c965d545
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue