add config to not add port to url, ubdate base url
This commit is contained in:
parent
aaeb0fcee3
commit
6098cc46f5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue