Skip to content

Commit

Permalink
[F] Fix max header size
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Nov 18, 2024
1 parent 7acb7bb commit 9e0bfeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ secrets.json
test.sqlite
data/mysql
data/geoip
bin/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2. In `data/secrets`, copy `sample-secrets.json` to `secrets.json`
3. Edit `secrets.json`
4. In `docker-compose.yml`, change `build: .` to `image: ghcr.io/one-among-us/backend:main` if you don't want to build locally.
4. `docker-compose up -d`
5. `docker-compose up -d`

### Update Existing Deploy

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spring.jpa.hibernate.ddl-auto=update
# https://blog.csdn.net/qq_35981283/article/details/88994092
spring.jpa.open-in-view=true
server.port=43482
server.max-http-header-size=10MB

0 comments on commit 9e0bfeb

Please sign in to comment.