signer/docker/nginx/default.conf

7 lines
78 B
Plaintext

server {
server_name _;
listen *:80;
root /application/public;
}