Skip to content
Snippets Groups Projects
Unverified Commit a6880e77 authored by Max Adamo's avatar Max Adamo
Browse files

rename templates

parent 355a4954
No related branches found
No related tags found
No related merge requests found
......@@ -87,11 +87,11 @@ Options:
listenPort := arguments["--listen-port"].(string)
baseURLs := [6]string{"/sectigo_ev", "/sectigo_ov", "/letsencrypt", "/sectigo_ev/", "/sectigo_ov/", "/letsencrypt/"}
otherURLs := [12]string{"/letsencrypt/by_name.html", "/letsencrypt/by_expiration.html",
otherURLs := [12]string{"/letsencrypt/by_name.html", "/letsencrypt/by_date.html",
"/letsencrypt/letsencrypt.json", "/letsencrypt/letsencrypt_expired.json",
"/sectigo_ov/by_name.html", "/sectigo_ov/by_expiration.html",
"/sectigo_ov/by_name.html", "/sectigo_ov/by_date.html",
"/sectigo_ov/sectigo_ov.json", "/sectigo_ov/sectigo_ov_expired.json",
"/sectigo_ev/by_name.html", "/sectigo_ev/by_expiration.html",
"/sectigo_ev/by_name.html", "/sectigo_ev/by_date.html",
"/sectigo_ev/sectigo_ev.json", "/sectigo_ev/sectigo_ev_expired.json"}
fs := http.FileServer(http.Dir("/var/www/acme_web/static"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment