{"id":19168697,"url":"https://github.com/ngerakines/nginx_timestamp","last_synced_at":"2026-06-19T03:30:23.208Z","repository":{"id":11964849,"uuid":"14537126","full_name":"ngerakines/nginx_timestamp","owner":"ngerakines","description":null,"archived":false,"fork":false,"pushed_at":"2013-11-19T20:36:42.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T23:22:07.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngerakines.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-19T20:32:42.000Z","updated_at":"2022-02-15T08:13:51.000Z","dependencies_parsed_at":"2022-08-25T16:01:45.304Z","dependency_job_id":null,"html_url":"https://github.com/ngerakines/nginx_timestamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngerakines%2Fnginx_timestamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngerakines%2Fnginx_timestamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngerakines%2Fnginx_timestamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngerakines%2Fnginx_timestamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngerakines","download_url":"https://codeload.github.com/ngerakines/nginx_timestamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250350,"owners_count":19771775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T09:43:31.587Z","updated_at":"2026-06-19T03:30:21.115Z","avatar_url":"https://github.com/ngerakines.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# nginx\\_timestamp\n\nTo build:\n\n    (from the nginx source dir)\n    $ ./configure --add-module=path/to/nginx_timestamp/\n    $ make\n\nTo run:\n\n    (from project source dir)\n    $ cat \u003e EOF\n    worker_processes  1;\n    error_log  logs/error.log info;\n    pid        logs/nginx.pid;\n    events {\n        worker_connections  32;\n    }\n    http {\n        default_type  text/html;\n        access_log  logs/access.log;\n        keepalive_timeout  65;\n        server {\n            listen       8080;\n            server_name  localhost;\n            location / {\n    \t\t\ttimestamp on;\n                root   www;\n                index  index.html;\n            }\n        }\n    }\n    EOF\n    $ path/to/nginx-1.5.7/objs/nginx -c `pwd`/nginx.conf -p ./\n\nTo test:\n\n    $ curl \"http://localhost:8080/?timestamp=1384892650\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngerakines%2Fnginx_timestamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngerakines%2Fnginx_timestamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngerakines%2Fnginx_timestamp/lists"}