mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-28 16:13:25 +02:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
![]() |
include /etc/onlyoffice/documentserver/nginx/includes/http-common.conf;
|
||
|
server {
|
||
|
listen 0.0.0.0:80;
|
||
|
server_name {{ oo_ds_vhost }};
|
||
|
include /etc/onlyoffice/documentserver/nginx/includes/ds-docservice.conf;
|
||
|
}
|