Skip to content

Commit 690103c

Browse files
revert: restore examples/cstg files to merge-base state (not part of UID2-6742)
1 parent 776de0e commit 690103c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

examples/cstg/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM nginx:latest
2+
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
23
COPY ./nginx/default.conf.template /etc/nginx/templates/
34
COPY ./html /usr/share/nginx/html

examples/cstg/nginx/default.conf.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ server {
33
server_name localhost;
44
root /usr/share/nginx/html;
55

6-
log_format path_status '$request_uri $status $remote_addr';
7-
8-
access_log /var/log/nginx/access.log path_status;
9-
106
location / {
117
sub_filter '{{ UID_JS_SDK_URL }}' '${UID_JS_SDK_URL}';
128
sub_filter '{{ UID_JS_SDK_NAME }}' '${UID_JS_SDK_NAME}';

0 commit comments

Comments
 (0)