Skip to content

Commit af98b9e

Browse files
HishamHisham
authored andcommitted
missing semi-colon
1 parent 12a14d7 commit af98b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ http {
7979
gzip off;
8080

8181
# Entrypoint generates the upstreams.conf config.
82-
include /etc/nginx/upstreams.conf
82+
include /etc/nginx/upstreams.conf;
8383

8484
# Entrypoint generates the proxy_cache_path here, so it is configurable externally.
8585
include /etc/nginx/conf.d/cache_max_size.conf;

0 commit comments

Comments
 (0)