1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-04-30 09:19:18 +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;
}