Skip to content

Commit

Permalink
Fix typo in Ingress NGINX template (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 25, 2021
1 parent e445c3e commit e922ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traccar/rootfs/etc/nginx/templates/ingress.gtpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen {{ .interface }}:{{ . port }} default_server;
listen {{ .interface }}:{{ .port }} default_server;

include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
Expand Down

0 comments on commit e922ed0

Please sign in to comment.