Build-in nikola serve
development server could support non-root sites better.
#3726
Labels
nikola serve
development server could support non-root sites better.
#3726
Environment
Python Version:
3.9.2 (not relevant)
Nikola Version:
Git commit b01c040.
Operating System:
Debian GNU/Linux 11 (bullseye) (not relevant)
Description:
Setup:
SITE_URL
, e.g.,SITE_URL = "https://example.org/blog/"
.URL_TYPE = 'full_path'
.nikola serve --browser
Expected:
Actually seen:
Analysis:
http://127.0.0.1:8000/
instead ofhttp://127.0.0.1:8000/blog/
.http://127.0.0.1:8000/blog/...
, but the server tries to serve them fromhttp://127.0.0.1:8000/
.Remark:
This bug report is for
nikola serve
what #3715 is fornikola auto
.The text was updated successfully, but these errors were encountered: