Skip to content

Commit

Permalink
Switching to default https port (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreystone authored Aug 4, 2024
1 parent 8f1ab48 commit e067be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ quarkus.swagger-ui.urls.default=/slogans/openapi


# Giving up trying to make this work nicely with a reverse proxy...
quarkus.smallrye-openapi.servers=https://api.hirt.se:9090/slogans
quarkus.smallrye-openapi.servers=https://api.hirt.se/slogans

# Make quarkus work when behind a reverse proxy
quarkus.http.proxy.proxy-address-forwarding = true
Expand Down

0 comments on commit e067be7

Please sign in to comment.