Update nextcloud.conf

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

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;