mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1371 from appwrite/fix-nginx-ipv4
fix: nginx conf compatibility with ipv4/v6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user