Update ansible script for nginx to show local time format

This commit is contained in:
TeoV
2021-02-02 11:00:22 +02:00
committed by Dan Christian Bogos
parent 969f4bdfb7
commit a63a7afb10
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{{ ansible_managed | comment }}
server {
listen 80;
autoindex_localtime on;
server_name apt.cgrates.org;
access_log /var/log/nginx/packages-error.log;

View File

@@ -5,6 +5,7 @@ map $upstream_http_docker_distribution_api_version $docker_distribution_api_vers
server {
listen 80;
autoindex_localtime on;
server_name dkr.cgrates.org;
access_log /var/log/nginx/docker-error.log;

View File

@@ -13,6 +13,7 @@ http {
server {
listen 80;
autoindex_localtime on;
server_name yum.cgrates.org;
access_log /var/log/nginx/yum.cgrates.org_access.log;