Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
progof committed Jan 3, 2025
1 parent 1e0f8fb commit 3461180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ http {
}

location / {
try_files $uri $uri/ /index.html;
proxy_pass http://landing:8443/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 3461180

Please sign in to comment.