You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docker/nginx/default.conf

8 lines
132 B
Plaintext

server {
listen 80 default_server;
error_log /dev/stderr;
access_log /dev/stdout;
root /var/www/rene.jochum.dev;
}