Skip to content

Commit

Permalink
breaking: cleanup pagespeed configs
Browse files Browse the repository at this point in the history
Signed-off-by: Gökay Gürcan <[email protected]>
  • Loading branch information
gokaygurcan committed Jan 7, 2024
1 parent c7fd137 commit 84b4de6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
| -------------------- | ---------------------- |
| NGINX_VERSION | 1.22.0 |
| OPENSSL_VERSION | 1.1.1p |
| #PAGESPEED_VERSION | 1.13.35.2 |
| LIBMAXMINDDB_VERSION | 1.6.0 |

## Additional packages
Expand Down
7 changes: 3 additions & 4 deletions docker/etc/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

---

<h2>conf.d/</h2>
## conf.d/

- gzip.conf
- open_file.conf
Expand All @@ -24,16 +24,15 @@
- ssl.conf
- stub_status.conf

<h2>conf.optional.d/</h2>
## conf.optional.d/

- brotli.conf
- fancyindex.conf
- mail.conf
- more_headers.conf
- pagespeed.conf
- sysguard.conf

<h2>sites-enabled/</h2>
## sites-enabled/

- localhost/
- default.conf
Expand Down
14 changes: 0 additions & 14 deletions docker/etc/nginx/conf.optional.d/pagespeed.conf

This file was deleted.

1 change: 0 additions & 1 deletion docker/etc/nginx/sites-enabled/localhost/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ server {
server_name localhost;

include /etc/nginx/conf.optional.d/more_headers.conf;
include /etc/nginx/conf.optional.d/pagespeed.conf;
include /etc/nginx/conf.optional.d/sysguard.conf;

location / {
Expand Down

0 comments on commit 84b4de6

Please sign in to comment.