This commit is contained in:
Your Name 2022-11-27 15:51:14 -07:00
parent 6bc539d153
commit 6d3d10f237

View File

@ -12,8 +12,8 @@ proxy_cache_path /tmp/pleroma-media-cache levels=1:2 keys_zone=pleroma_media_cac
server {
server_name replaceME;
listen 82;
listen [::]:82;
listen 80;
listen [::]:80;
# Uncomment this if you need to use the 'webroot' method with certbot. Make sure
# that the directory exists and that it is accessible by the webserver. If you followed
@ -36,8 +36,8 @@ server {
server_name replaceME;
#listen 443 ssl http2;
listen 0.0.0.0:4431 ssl http2;
listen [::]:4431 ssl http2;
listen 0.0.0.0:443 ssl http2;
listen [::]:443 ssl http2;
ssl_session_timeout 1d;
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
ssl_session_tickets off;