Working setup v1

This commit is contained in:
2022-11-19 14:44:58 +01:00
parent ef88c67176
commit e26aff43bc
7 changed files with 216 additions and 32 deletions

View File

@ -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;