Skip to content

Commit

Permalink
Merge pull request logico#18 from Lucksmith369/patch-2
Browse files Browse the repository at this point in the history
Fix missing Alias
  • Loading branch information
janoamaral authored Aug 11, 2021
2 parents 8823799 + df9b3bd commit fef1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeJS.stpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen %ip%:%proxy_port%;
server_name %domain_idn%
server_name %domain_idn% %alias_idn%;
return 301 https://%domain_idn%$request_uri;
}
server {
Expand Down

0 comments on commit fef1ba1

Please sign in to comment.