Merge pull request #1371 from appwrite/fix-nginx-ipv4

fix: nginx conf compatibility with ipv4/v6
This commit is contained in:
Torsten Dittmann
2024-09-25 10:56:09 +02:00
committed by GitHub
-1
View File
@@ -7,7 +7,6 @@ map $sent_http_content_type $expires {
server {
listen 80;
listen [::]:80;
server_name localhost;
# serve compressed file if filename.gz exists