diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
commit | f7a40b9e13d242968db83acaac13660224eb0143 (patch) | |
tree | d8f0cdf5d93cc1aebc83343aea6615bc2ee9bc55 /docker/nginx/default.conf | |
parent | 8baecf339e8061160bee519e87ffe837d1525c18 (diff) |
new direction
Diffstat (limited to 'docker/nginx/default.conf')
-rw-r--r-- | docker/nginx/default.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf deleted file mode 100644 index 35eb2a2..0000000 --- a/docker/nginx/default.conf +++ /dev/null @@ -1,14 +0,0 @@ -server { - listen 443 ssl; - server_name _; - - ssl_certificate /etc/ssl/collector/soc_collector.pem; - ssl_certificate_key /etc/ssl/collector/soc_collector-key.pem; - - access_log /var/log/nginx/access.log; - error_log /var/log/nginx/error.log warn; - - location / { - proxy_pass http://collector:8000; - } -}
\ No newline at end of file |