Skip to content

Commit

Permalink
fix: cors test24
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Aug 4, 2024
1 parent 5642e81 commit 7a0c146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server {
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;

location / {
proxy_pass http://127.0.0.1:8080;
proxy_pass http://127.0.0.1:5000;
proxy_http_version 1.1;

proxy_set_header Connection $connection_upgrade;
Expand Down
2 changes: 1 addition & 1 deletion deploy/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod -Dserver.port=8080 -DJASYPT_ENCRYPTOR_PASSWORD={JASYPT_SECRET} ./application.jar
web: java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod -Dserver.port=5000 -DJASYPT_ENCRYPTOR_PASSWORD={JASYPT_SECRET} ./application.jar

0 comments on commit 7a0c146

Please sign in to comment.