link/doc/link.nginx.conf

11 lines
162 B
Plaintext

server {
rewrite_log on;
server_name your.doma.in;
location / {
proxy_pass http://localhost:8080;
}
listen 80 ; # use certbot to enable https
}