making debugging not a problem of production route

This commit is contained in:
2023-02-11 22:31:06 -06:00
parent b7d448790d
commit 1db6f02fba

View File

@@ -5,7 +5,7 @@ server {
}
server {
listen 8080 http2;
server_name asimonson.com;
server_name nginx-dev-asimonson.apps.okd4.csh.rit.edu;
gzip on;
gzip_types text/plain text/javascript text/css;