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

fix: fixed nginx ssl template

parent 9fe4e875
No related branches found
No related tags found
2 merge requests!35Updated to Alpine 3.18,!23fix: fixed nginx ssl template
......@@ -20,8 +20,8 @@
server {
listen [::]:80 ipv6only=off default_server;
server_name _;
listen [::]:443 ipv6only=off ssl http2;
server_name @SERVER_NAME@;
location = /favicon.ico {
log_not_found off;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment