mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-05-01 04:50:06 +00:00
8 lines
No EOL
202 B
Text
8 lines
No EOL
202 B
Text
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;
|
|
} |