add config to not add port to url, ubdate base url

This commit is contained in:
Kameron Kenny 2024-07-01 13:13:53 -04:00
parent aaeb0fcee3
commit 6098cc46f5
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ http {
listen 4002 default_server;
# listen [::]:80 default_server;
root /usr/local/jekyll/sites/photos.kameronkenny.com/_site;
port_in_redirect off;
root /usr/local/jekyll/sites/photos.kameronkenny.com/_site/photos;
index index.html index.htm;