Skip to content

Commit

Permalink
fix: Update nginx server_name variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
유미라 authored and 유미라 committed Nov 27, 2024
1 parent 7d5d74a commit 30e6314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 80;
server_name ${SERVER_IP};
server_name $SERVER_IP;

gzip on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
Expand Down

0 comments on commit 30e6314

Please sign in to comment.