1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-01 17:59:19 +00:00

6 lines
146 B
Plaintext
Raw Normal View History

server {
listen 8080;
server_name <frontend_domain>;
include /nginx/conf.d/headers.conf;
include /nginx/path.d/<frontend_domain>/*.conf;
}