12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
server {
|
|
listen 8008;
|
|
listen [::]:8008;
|
|
include apps/gnuhealth;
|
|
}
|
|
|
|
server {
|
|
listen 8408 ssl http2;
|
|
listen [::]:8408 ssl http2;
|
|
include apps/gnuhealth;
|
|
}
|