Replies: 1 comment
-
same here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to generate a sitemap for my website but I can't, my website is using laravel octane. The urls that I get are like these:
It is no setting the proper url domain:
<loc>http://myweb.com/url</loc>
it is generating this http://127.0.0.1:8000/url . I am using nginx as reverse proxy and the requests are redirected to octane, as the laravel docs says : https://laravel.com/docs/9.x/octane#serving-your-application-via-https
Also the sitemap is being generated using a command:
and that command is called in the scheduler:
$schedule->command('sitemap:generate')->daily();
What can I do? thanks.
Beta Was this translation helpful? Give feedback.
All reactions