Skip to content

Commit

Permalink
Fix duplicate / block in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 4, 2021
1 parent 165c475 commit 2c19874
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.9.1 2021-08-04 <dave at tiredofit dot ca>

### Changed
- Fix duplicate location block in nginx configuration


## 3.9.0 2021-08-03 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Dave Conroy
Copyright (c) 2021 Dave Conroy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions install/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
root <WEBROOT>;
index index.php;

location / {
try_files $uri $uri/ /index.php?$args;
}

location ~ ^/(index|matomo|piwik|js/index|plugins/HeatmapSessionRecording/configs)\.php$ {
include /etc/nginx/nginx.conf.d/php-fpm.conf;

Expand Down

0 comments on commit 2c19874

Please sign in to comment.