Compare commits

...

3 Commits

Author SHA1 Message Date
henry.chen
9c58447e3b chore(release): 2.1.10 2022-04-22 13:45:50 +08:00
Deepzz
34fc5f368c Update release.yml 2022-04-22 13:44:03 +08:00
Deepzz
daa561e67e Update eiblog.conf 2022-03-22 18:16:12 +08:00
3 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
package: package:
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- name: Golang env - name: Golang env
uses: actions/setup-go@v2 uses: actions/setup-go@v2

View File

@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.1.10](https://github.com/eiblog/eiblog/compare/v2.1.9...v2.1.10) (2022-04-22)
### [2.1.9](https://github.com/eiblog/eiblog/compare/v2.1.8...v2.1.9) (2022-02-14) ### [2.1.9](https://github.com/eiblog/eiblog/compare/v2.1.8...v2.1.9) (2022-02-14)

View File

@@ -17,7 +17,7 @@ server {
server_tokens off; server_tokens off;
location / { location / {
rewrite ^/(.*)$ https://$host/$1 permanent; rewrite ^/(.*)$ https://deepzz.com/$1 permanent;
} }
} }
@@ -62,6 +62,10 @@ server {
expires 1d; expires 1d;
} }
if ($host != 'deepzz.com' ) {
rewrite ^/(.*)$ https://deepzz.com/$1 permanent;
}
# proxy setting # proxy setting
proxy_http_version 1.1; proxy_http_version 1.1;