Update nextcloud.conf

This commit is contained in:
Arthur Lu 2023-06-10 23:18:59 -07:00 committed by GitHub
parent 496c247a6a
commit b1dd07eca1

View File

@ -2,7 +2,6 @@ server {
listen 443 ssl http2;
server_name nextcloud.tronnet.net;
include /etc/nginx/snippets/ssl-acme.conf;
include /etc/nginx/snippets/error-pages.conf;
location / {
proxy_pass http://nextcloud2.dmz:11000;
proxy_redirect default;