mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-25 01:28:30 +02:00
Working setup v1
This commit is contained in:
2
config/hugo/configure
vendored
2
config/hugo/configure
vendored
@ -3,7 +3,7 @@ server {
|
||||
listen [::]:${VIRTUAL_PORT};
|
||||
server_name ${VIRTUAL_HOST};
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
root /var/www/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
Reference in New Issue
Block a user