Skip to content

Commit

Permalink
fix: docker commit hash in footer (merge pull request #140 from coded…
Browse files Browse the repository at this point in the history
…ipper/fix-dockercommit)

fix: docker commit hash in footer
  • Loading branch information
Ahwxorg authored Apr 1, 2024
2 parents a6e2511 + 03893b3 commit 7fa3d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.github/
.git/
.gitignore
.dockerignore
config.php.example
docker-compose.yml
Dockerfile
opensearch.xml.example
README.md
docker-old/
docker-old/
4 changes: 4 additions & 0 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ server {
fastcgi_index index.php;
include fastcgi.conf;
}

location ~ /\. {
deny all;
}
}

0 comments on commit 7fa3d60

Please sign in to comment.