8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
|
include /etc/nginx/includes/onlyoffice-http.conf;
|
||
|
server {
|
||
|
listen 0.0.0.0:80;
|
||
|
listen [::]:80 default_server;
|
||
|
server_tokens off;
|
||
|
|
||
|
include /etc/nginx/includes/onlyoffice-documentserver-*.conf;
|
||
|
}
|