Reverted some things, but still using new file structure

This commit is contained in:
WilliamMiceli
2019-01-11 19:17:21 -05:00
parent 16ee5533d8
commit 0af049b60c
3 changed files with 88 additions and 23 deletions

View File

@@ -1,7 +1,11 @@
server {
listen 81;
listen [::]:81;
server_name _;
#access_log logs/collabora_access.log;
#error_log logs/collabora_error.log error;
# static files
location ^~ /loleaflet {
proxy_pass http://collabora:9980;