mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
server {
|
|
listen 8080;
|
|
server_name <frontend_domain>;
|
|
include /nginx/conf.d/headers.conf;
|
|
include /nginx/path.d/<frontend_domain>/*.conf;
|
|
} |