Skip to content
Snippets Groups Projects
Commit 0c56bc53 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge branch 'nkupdates-edge' into 'edge'

fix: fixed naming of nginx ssl config file

See merge request !26
parents e6ca0eab a963cf6e
Branches
No related tags found
2 merge requests!35Updated to Alpine 3.18,!26fix: fixed naming of nginx ssl config file
......@@ -44,7 +44,7 @@ RUN set -eux; \
# Nginx - override the default vhost to include UWSGI support
COPY etc/nginx/http.d/50_vhost_default.conf.template /etc/nginx/http.d
COPY etc/nginx/http.d/50_vhost_default-ssl-certbot.conf.template /etc/nginx/http.d
COPY etc/nginx/http.d/55_vhost_default-ssl-certbot.conf.template /etc/nginx/http.d
# UWSGI
......@@ -61,12 +61,12 @@ RUN set -eux; \
chown root:root \
/app \
/etc/nginx/http.d/50_vhost_default.conf.template \
/etc/nginx/http.d/50_vhost_default-ssl-certbot.conf.template \
/etc/nginx/http.d/55_vhost_default-ssl-certbot.conf.template \
/etc/uwsgi/uwsgi.ini \
/usr/local/sbin/start-uwsgi; \
chmod 0644 \
/etc/nginx/http.d/50_vhost_default.conf.template \
/etc/nginx/http.d/50_vhost_default-ssl-certbot.conf.template \
/etc/nginx/http.d/55_vhost_default-ssl-certbot.conf.template \
/etc/uwsgi/uwsgi.ini; \
chmod 0755 \
/app \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment