diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-05-15 23:22:06 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-05-15 23:22:06 +0300 |
| commit | 0ab11da15ae920ec695f48bb88ee9c97376b1c1f (patch) | |
| tree | fd3ca15ce6720ff7fbe80673d83e4c6436465f0f /ansible/nginx.conf.j2 | |
| parent | eab060df8cfde1137d24f372a2396963c69b5965 (diff) | |
| download | cloudrender-infra-0ab11da15ae920ec695f48bb88ee9c97376b1c1f.tar.xz cloudrender-infra-0ab11da15ae920ec695f48bb88ee9c97376b1c1f.zip | |
Removed ansible as we don't use it anymore
Diffstat (limited to 'ansible/nginx.conf.j2')
| -rw-r--r-- | ansible/nginx.conf.j2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ansible/nginx.conf.j2 b/ansible/nginx.conf.j2 deleted file mode 100644 index a890814..0000000 --- a/ansible/nginx.conf.j2 +++ /dev/null @@ -1,13 +0,0 @@ -server { - listen 80; - ec2_user {{ server_ip }}; - - location / { - proxy_pass http://unix:/opt/image_processor/myapp.sock; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - } -} - |
