mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Tower -> AWX Tooling Migration
* Switching version number scheme and mechanism * Refactor development tooling towards 'awx' paths and names * Purging packaging details from Makefile
This commit is contained in:
committed by
Shane McDonald
parent
cf967d244b
commit
3892e4e389
@@ -24,7 +24,7 @@ server {
|
||||
add_header Strict-Transport-Security max-age=15768000;
|
||||
|
||||
location /static/ {
|
||||
root /tower_devel;
|
||||
root /awx_devel;
|
||||
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
|
||||
access_log off;
|
||||
sendfile off;
|
||||
@@ -84,7 +84,7 @@ server {
|
||||
add_header Strict-Transport-Security max-age=15768000;
|
||||
|
||||
location /static/ {
|
||||
root /tower_devel;
|
||||
root /awx_devel;
|
||||
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
|
||||
access_log off;
|
||||
sendfile off;
|
||||
|
||||
Reference in New Issue
Block a user