Skip to content

Commit 37a41ac

Browse files
committed
Fix nginx config: Copy to main nginx.conf instead of template
Move nginx.conf from templates directory to main config to allow load_module directives.
1 parent 74c04c3 commit 37a41ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/nginx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN set -ex \
7979
&& rm -rf /tmp/packages \
8080
&& rm -rf /var/lib/apt/lists/
8181

82-
COPY docker/nginx.conf /etc/nginx/templates/nginx.conf.template
82+
COPY docker/nginx.conf /etc/nginx/nginx.conf
8383
COPY postguard-tb-addon/dist /usr/share/nginx/html/downloads
8484
COPY build /usr/share/nginx/html/postguard
8585

0 commit comments

Comments
 (0)