Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio authored Apr 1, 2024
1 parent ab8997d commit a249ba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/etc/nginx/sites-available/default
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ server {
# Default
location / {
try_files $uri $uri/ /index.php?$query_string;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;

proxy_set_header X-Forwarded-Proto $scheme;
}

# Prevent cache JS for livewire routes, and make it as a normal route
Expand Down

0 comments on commit a249ba2

Please sign in to comment.