Skip to content

Commit

Permalink
Merge pull request #7 from squeeble-ink/develop
Browse files Browse the repository at this point in the history
v2.1.3
  • Loading branch information
TessavWalstijn authored Feb 19, 2024
2 parents a053bae + 2939f6a commit 47cc7e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SE Readme Changelog

## [[v2.1.3] - 2024/02/19](https://github.com/squeeble-ink/stackexchange.readme-stats/releases/tag/v2.1.3)

### Fixed

- nginx proxy_pass

## [[v2.1.2] - 2024/02/19](https://github.com/squeeble-ink/stackexchange.readme-stats/releases/tag/v2.1.2)

### Fixed
Expand All @@ -26,7 +32,7 @@
- User name centering
- nameX parameter still works as expected

### Changed
### Changed

- Docker service names to include project name

Expand All @@ -42,7 +48,6 @@
- Issue when Stack Exchange API is down OR hitting rate limit
- Issue when User was not found on Stack Exchange site


## [[v1.1.1] - 2022/07/10](https://github.com/squeeble-ink/stackexchange.readme-stats/releases/tag/v1.1.1)

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions nginx/dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server {
proxy_cache_bypass $http_upgrade;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

proxy_pass http://shackexchange_readme_stats_dev/;
proxy_pass http://shackexchange_readme_stats_dev/se;
}
}

Expand All @@ -38,7 +38,7 @@ server {
proxy_cache_bypass $http_upgrade;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

proxy_pass http://shackexchange_readme_stats_dev/;
proxy_pass http://shackexchange_readme_stats_dev/se;
}
}

Expand All @@ -60,6 +60,6 @@ server {
proxy_cache_bypass $http_upgrade;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

proxy_pass http://shackexchange_readme_stats_dev/;
proxy_pass http://shackexchange_readme_stats_dev/se;
}
}
6 changes: 3 additions & 3 deletions nginx/prd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server {
proxy_cache_bypass $http_upgrade;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

proxy_pass http://shackexchange_readme_stats/;
proxy_pass http://shackexchange_readme_stats/se;
}
}

Expand All @@ -38,7 +38,7 @@ server {
proxy_cache_bypass $http_upgrade;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

proxy_pass http://shackexchange_readme_stats/;
proxy_pass http://shackexchange_readme_stats/se;
}
}

Expand All @@ -60,6 +60,6 @@ server {
proxy_cache_bypass $http_upgrade;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

proxy_pass http://shackexchange_readme_stats/;
proxy_pass http://shackexchange_readme_stats/se;
}
}

0 comments on commit 47cc7e4

Please sign in to comment.